Uses of Class
org.jpox.store.rdbms.key.CandidateKey

Packages that use CandidateKey
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.key This package contains wrappers to various types of keys found in RDBMS databases. 
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
 

Uses of CandidateKey in org.jpox.store.rdbms.adapter
 

Methods in org.jpox.store.rdbms.adapter with parameters of type CandidateKey
 java.lang.String RDBMSAdapter.getAddCandidateKeyStatement(CandidateKey ck)
          Returns the appropriate SQL to add a candidate key to its table.
 java.lang.String DatabaseAdapter.getAddCandidateKeyStatement(CandidateKey ck)
          Returns the appropriate SQL to add a candidate key to its table.
 

Uses of CandidateKey in org.jpox.store.rdbms.key
 

Subclasses of CandidateKey in org.jpox.store.rdbms.key
 class PrimaryKey
          Representation of the primary key of a table.
 

Constructors in org.jpox.store.rdbms.key with parameters of type CandidateKey
Index(CandidateKey ck)
          Constructor.
 

Uses of CandidateKey in org.jpox.store.rdbms.table
 

Methods in org.jpox.store.rdbms.table that return CandidateKey
static CandidateKey TableUtils.getCandidateKeyForField(DatastoreContainerObject table, UniqueMetaData umd, JavaTypeMapping fieldMapping)
          Convenience method to return the candidate key (if any) for a field.
 



Copyright © -2007 . All Rights Reserved.