Uses of Class
com.triactive.jdo.store.PrimaryKey

Packages that use PrimaryKey
com.triactive.jdo.store   
 

Uses of PrimaryKey in com.triactive.jdo.store
 

Methods in com.triactive.jdo.store that return PrimaryKey
 PrimaryKey BaseTable.getExpectedPrimaryKey()
           
 

Methods in com.triactive.jdo.store with parameters of type PrimaryKey
 java.lang.String SAPDBAdapter.getAddPrimaryKeyStatement(SQLIdentifier pkName, PrimaryKey pk)
           
 java.lang.String DatabaseAdapter.getAddPrimaryKeyStatement(SQLIdentifier pkName, PrimaryKey pk)
          Returns the appropriate SQL to add a primary key to its table.
 

Constructors in com.triactive.jdo.store with parameters of type PrimaryKey
WrongPrimaryKeyException(Table table, PrimaryKey expectedPK, java.util.Collection actualPKs)
          Constructs a wrong primary key exception.
 



Copyright © 2001 TriActive, Inc. All Rights Reserved.