com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.ui
Class FKInfo

java.lang.Object
  extended by com.im.ijc.core.api.ui.FKInfo

public class FKInfo
extends Object


Field Summary
static Comparator<FKInfo> COMPARATOR_ASCENDING
           
 
Constructor Summary
FKInfo(DFSchema schema, DBTableInfo tableInfo, DBForeignKeyInfo fkInfo, boolean imported)
           
 
Method Summary
static void addInfos(DFSchema schema, Collection<FKInfo> result, DBTableInfo tableInfo)
           
static void addInfos(DFSchema schema, Collection<FKInfo> result, DBTableInfo table, Collection<DBForeignKeyInfo> infos, boolean imported)
           
 boolean equals(Object obj)
           
 DBForeignKeyInfo getFkInfo()
           
 DBTableInfo getParentTable()
           
 DFSchema getSchema()
           
 int hashCode()
           
 boolean isImported()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPARATOR_ASCENDING

public static final Comparator<FKInfo> COMPARATOR_ASCENDING
Constructor Detail

FKInfo

public FKInfo(DFSchema schema,
              DBTableInfo tableInfo,
              DBForeignKeyInfo fkInfo,
              boolean imported)
Method Detail

getSchema

public DFSchema getSchema()

getParentTable

public DBTableInfo getParentTable()

getFkInfo

public DBForeignKeyInfo getFkInfo()

isImported

public boolean isImported()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

addInfos

public static void addInfos(DFSchema schema,
                            Collection<FKInfo> result,
                            DBTableInfo tableInfo)

addInfos

public static void addInfos(DFSchema schema,
                            Collection<FKInfo> result,
                            DBTableInfo table,
                            Collection<DBForeignKeyInfo> infos,
                            boolean imported)

com.im.ijc.core/1 5.9.4