Package mondrian.gui

Class JdbcMetaData.FactTable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map<java.lang.String,​java.lang.String> fks
      Sorted map key = foreign key col, value=primary key table associated with this fk.
    • Constructor Summary

      Constructors 
      Constructor Description
      FactTable()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fks

        final java.util.Map<java.lang.String,​java.lang.String> fks
        Sorted map key = foreign key col, value=primary key table associated with this fk.
    • Constructor Detail

      • FactTable

        FactTable()