|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKey | |
---|---|
com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
Uses of ForeignKey in com.sibvisions.rad.persist.jdbc |
---|
Methods in com.sibvisions.rad.persist.jdbc that return ForeignKey | |
---|---|
ForeignKey |
ForeignKey.clone()
|
Methods in com.sibvisions.rad.persist.jdbc that return types with arguments of type ForeignKey | |
---|---|
java.util.List<ForeignKey> |
DBAccess.getForeignKeys(java.lang.String pCatalog,
java.lang.String pSchema,
java.lang.String pTable)
Returns all Foreign Keys for the specified table. |
protected java.util.List<ForeignKey> |
MySQLDBAccess.getForeignKeysIntern(java.lang.String pCatalog,
java.lang.String pSchema,
java.lang.String pTable)
Returns all Foreign Keys for the specified table. |
protected java.util.List<ForeignKey> |
HSQLDBAccess.getForeignKeysIntern(java.lang.String sCatalog,
java.lang.String sSchema,
java.lang.String pTable)
Returns all Foreign Keys for the specified table. |
protected java.util.List<ForeignKey> |
HanaDBAccess.getForeignKeysIntern(java.lang.String pCatalog,
java.lang.String pSchema,
java.lang.String pTable)
Returns all Foreign Keys for the specified table. |
protected java.util.List<ForeignKey> |
H2DBAccess.getForeignKeysIntern(java.lang.String pCatalog,
java.lang.String pSchema,
java.lang.String pTable)
Returns all Foreign Keys for the specified table. |
protected java.util.List<ForeignKey> |
DBAccess.getForeignKeysIntern(java.lang.String pCatalog,
java.lang.String pSchema,
java.lang.String pTable)
Returns all Foreign Keys for the specified table. |
protected java.util.List<ForeignKey> |
DB2DBAccess.getForeignKeysIntern(java.lang.String pCatalog,
java.lang.String pSchema,
java.lang.String pTable)
Returns all Foreign Keys for the specified table. |
protected java.util.List<ForeignKey> |
AbstractOracleDBAccess.getForeignKeysIntern(java.lang.String pCatalog,
java.lang.String pSchema,
java.lang.String pTable)
Returns all Foreign Keys for the specified table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |