|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
| Uses of Key in com.sibvisions.rad.persist.jdbc |
|---|
| Methods in com.sibvisions.rad.persist.jdbc that return Key | |
|---|---|
Key |
DBAccess.getPrimaryKey(String pCatalog,
String pSchema,
String pTable)
It's gets all Primary Key columns and return it as String[]. |
protected Key |
OracleDBAccess.getPrimaryKeyIntern(String pCatalog,
String pSchema,
String pTable)
It's gets all Primary Key columns and return it as String[]. |
protected Key |
MySQLDBAccess.getPrimaryKeyIntern(String pCatalog,
String pSchema,
String pTable)
It's gets all Primary Key columns and return it as String[]. |
protected Key |
HSQLDBAccess.getPrimaryKeyIntern(String sCatalog,
String sSchema,
String pTable)
It's gets all Primary Key columns and return it as String[]. |
protected Key |
DBAccess.getPrimaryKeyIntern(String pCatalog,
String pSchema,
String pTable)
It's gets all Primary Key columns and return it as String[]. |
| Methods in com.sibvisions.rad.persist.jdbc that return types with arguments of type Key | |
|---|---|
List<Key> |
DBAccess.getUniqueKeys(String pCatalog,
String pSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
protected List<Key> |
OracleDBAccess.getUniqueKeysIntern(String pCatalog,
String pSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
protected List<Key> |
MySQLDBAccess.getUniqueKeysIntern(String pCatalog,
String pSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
protected List<Key> |
HSQLDBAccess.getUniqueKeysIntern(String sCatalog,
String sSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
protected List<Key> |
DBAccess.getUniqueKeysIntern(String pCatalog,
String pSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||