|
||||||||||
| 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 |
|---|
| Fields in com.sibvisions.rad.persist.jdbc with type parameters of type ForeignKey | |
|---|---|
protected List<ForeignKey> |
AbstractOracleDBAccess.cachedForeignKeys
The cached foreign key. |
static List<ForeignKey> |
DBAccess.FKS_NULL
Constant for FKS are null. |
| 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 | |
|---|---|
static Hashtable<String,List<ForeignKey>> |
DBAccess.getForeignKeyCache(String pIdentifier)
Gets the ForeignKey cache for a given identifier. |
List<ForeignKey> |
DBAccess.getForeignKeys(String pCatalog,
String pSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
protected List<ForeignKey> |
H2DBAccess.getForeignKeysIntern(String pCatalog,
String pSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
protected List<ForeignKey> |
DB2DBAccess.getForeignKeysIntern(String pCatalog,
String pSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
protected List<ForeignKey> |
DBAccess.getForeignKeysIntern(String pCatalog,
String pSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
protected List<ForeignKey> |
HanaDBAccess.getForeignKeysIntern(String pCatalog,
String pSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
protected List<ForeignKey> |
MySQLDBAccess.getForeignKeysIntern(String pCatalog,
String pSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
protected List<ForeignKey> |
HSQLDBAccess.getForeignKeysIntern(String sCatalog,
String sSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
protected List<ForeignKey> |
AbstractOracleDBAccess.getForeignKeysIntern(String pCatalog,
String pSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
| Method parameters in com.sibvisions.rad.persist.jdbc with type arguments of type ForeignKey | |
|---|---|
static void |
DBAccess.setForeignKeyCache(String pIdentifier,
Hashtable<String,List<ForeignKey>> pForeignKeyCache)
Sets the ForeignKey cache for a given identifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||