|
||||||||||
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 |
MySQLDBAccess.getPK(String pCatalog,
String pSchema,
String pTable)
Gets all Primary Key columns and return it as list of Strings. |
Key |
HSQLDBAccess.getPK(String sCatalog,
String sSchema,
String pTable)
Gets all Primary Key columns and return it as list of Strings. |
Key |
DBAccess.getPK(String pCatalog,
String pSchema,
String pTable)
Gets all Primary Key columns and return it as list of Strings. |
Methods in com.sibvisions.rad.persist.jdbc that return types with arguments of type Key | |
---|---|
List<Key> |
OracleDBAccess.getUKs(String pCatalog,
String pSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
List<Key> |
MySQLDBAccess.getUKs(String pCatalog,
String pSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
List<Key> |
HSQLDBAccess.getUKs(String sCatalog,
String sSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
List<Key> |
DBAccess.getUKs(String pCatalog,
String pSchema,
String pTable)
It gets all columns for each Unique Key and return it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |