Uses of Class
com.sibvisions.rad.persist.jdbc.Key

Packages that use Key
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
 

Uses of Key in com.sibvisions.rad.persist.jdbc
 

Fields in com.sibvisions.rad.persist.jdbc declared as Key
protected  Key AbstractOracleDBAccess.cachedPrimaryKey
          The cached primary key.
static Key DBAccess.PKS_NULL
          Constant for PKS are null.
 

Fields in com.sibvisions.rad.persist.jdbc with type parameters of type Key
protected  List<Key> AbstractOracleDBAccess.cachedUniqueKeys
          The cached unique key.
static List<Key> DBAccess.UKS_NULL
          Constant for UKS are null.
 

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 DBAccess.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 AbstractOracleDBAccess.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
static Hashtable<String,Key> DBAccess.getPrimaryKeyCache(String pIdentifier)
          Gets the PrimaryKey cache for a given identifier.
static Hashtable<String,List<Key>> DBAccess.getUniqueKeyCache(String pIdentifier)
          Gets the UniqueKey cache for a given identifier.
 List<Key> DBAccess.getUniqueKeys(String pCatalog, String pSchema, 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.
protected  List<Key> HanaDBAccess.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> AbstractOracleDBAccess.getUniqueKeysIntern(String pCatalog, String pSchema, String pTable)
          It gets all columns for each Unique Key and return it.
 

Method parameters in com.sibvisions.rad.persist.jdbc with type arguments of type Key
static void DBAccess.setPrimaryKeyCache(String pIdentifier, Hashtable<String,Key> pPrimaryKeyCache)
          Sets the PrimaryKey cache for a given identifier.
static void DBAccess.setUniqueKeyCache(String pIdentifier, Hashtable<String,List<Key>> pUniqueKeyCache)
          Sets the UniqueKey cache for a given identifier.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.