|
||||||||||
| 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 | |
|---|---|
List<ForeignKey> |
DBAccess.getForeignKeys(String pCatalog,
String pSchema,
String pTable)
Returns all Foreign Keys for the specified table. |
protected List<ForeignKey> |
OracleDBAccess.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> |
DBAccess.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||