mondrian.gui
Class JDBCMetaData.FactTable

java.lang.Object
  extended by mondrian.gui.JDBCMetaData.DbTable
      extended by mondrian.gui.JDBCMetaData.FactTable
Enclosing class:
JDBCMetaData

 class JDBCMetaData.FactTable
extends JDBCMetaData.DbTable

 

Field Summary
(package private)  Map<String,String> fks
          sorted map key = foreign key col, value=primary key table associated with this fk
 
Fields inherited from class mondrian.gui.JDBCMetaData.DbTable
colsDataType, name, pk, schemaName
 
Constructor Summary
JDBCMetaData.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 Map<String,String> fks
sorted map key = foreign key col, value=primary key table associated with this fk

Constructor Detail

JDBCMetaData.FactTable

JDBCMetaData.FactTable()

SourceForge.net_Logo