Class JdbcExample.SalesFact

  • Enclosing class:
    JdbcExample

    public static class JdbcExample.SalesFact
    extends java.lang.Object
    Object that will be used via reflection to create the "sales_fact_1997" fact table.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int cust_id  
      int prod_id  
    • Constructor Summary

      Constructors 
      Constructor Description
      SalesFact​(int cust_id, int prod_id)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cust_id

        public final int cust_id
      • prod_id

        public final int prod_id
    • Constructor Detail

      • SalesFact

        public SalesFact​(int cust_id,
                         int prod_id)