|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.ijc.core.api.ui.FKInfo
public class FKInfo
| 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 |
|---|
public static final Comparator<FKInfo> COMPARATOR_ASCENDING
| Constructor Detail |
|---|
public FKInfo(DFSchema schema,
DBTableInfo tableInfo,
DBForeignKeyInfo fkInfo,
boolean imported)
| Method Detail |
|---|
public DFSchema getSchema()
public DBTableInfo getParentTable()
public DBForeignKeyInfo getFkInfo()
public boolean isImported()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
public static void addInfos(DFSchema schema,
Collection<FKInfo> result,
DBTableInfo tableInfo)
public static void addInfos(DFSchema schema,
Collection<FKInfo> result,
DBTableInfo table,
Collection<DBForeignKeyInfo> infos,
boolean imported)
|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||