|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimaryKey | |
com.triactive.jdo.store.adapter | |
com.triactive.jdo.store.sql |
Uses of PrimaryKey in com.triactive.jdo.store.adapter |
Methods in com.triactive.jdo.store.adapter with parameters of type PrimaryKey | |
java.lang.String |
DatabaseAdapter.getAddPrimaryKeyStatement(ConstraintName pkName,
PrimaryKey pk)
Returns the appropriate SQL to add a primary key to its table. |
Uses of PrimaryKey in com.triactive.jdo.store.sql |
Methods in com.triactive.jdo.store.sql with parameters of type PrimaryKey | |
void |
BaseTable.setPrimaryKey(PrimaryKey pk)
|
Constructors in com.triactive.jdo.store.sql with parameters of type PrimaryKey | |
WrongPrimaryKeyException(Table table,
PrimaryKey expectedPK,
java.util.Collection actualPKs)
Constructs a wrong primary key exception. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |