Uses of Class
com.triactive.jdo.store.sql.CandidateKey

Packages that use CandidateKey
com.triactive.jdo.store.adapter   
com.triactive.jdo.store.sql   
 

Uses of CandidateKey in com.triactive.jdo.store.adapter
 

Methods in com.triactive.jdo.store.adapter with parameters of type CandidateKey
 java.lang.String DatabaseAdapter.getAddCandidateKeyStatement(ConstraintName ckName, CandidateKey ck)
          Returns the appropriate SQL to add a candidate key to its table.
 

Uses of CandidateKey in com.triactive.jdo.store.sql
 

Subclasses of CandidateKey in com.triactive.jdo.store.sql
 class PrimaryKey
           
 

Methods in com.triactive.jdo.store.sql with parameters of type CandidateKey
 boolean BaseTable.addCandidateKey(CandidateKey ck)
           
 

Constructors in com.triactive.jdo.store.sql with parameters of type CandidateKey
Index(CandidateKey ck)
           
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.