|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintName | |
com.triactive.jdo.store.adapter | |
com.triactive.jdo.store.sql |
Uses of ConstraintName in com.triactive.jdo.store.adapter |
Methods in com.triactive.jdo.store.adapter with parameters of type ConstraintName | |
java.lang.String |
MysqlAdapter.getDropForeignKeyStatement(BaseTable table,
ConstraintName fkName)
|
java.lang.String |
DatabaseAdapter.getAddPrimaryKeyStatement(ConstraintName pkName,
PrimaryKey pk)
Returns the appropriate SQL to add a primary key to its table. |
java.lang.String |
DatabaseAdapter.getAddCandidateKeyStatement(ConstraintName ckName,
CandidateKey ck)
Returns the appropriate SQL to add a candidate key to its table. |
java.lang.String |
DatabaseAdapter.getAddForeignKeyStatement(ConstraintName fkName,
ForeignKey fk)
Returns the appropriate SQL to add a foreign key to its table. |
java.lang.String |
DatabaseAdapter.getDropForeignKeyStatement(BaseTable table,
ConstraintName fkName)
Returns the appropriate SQL to drop a foreign key from its table. |
Uses of ConstraintName in com.triactive.jdo.store.sql |
Methods in com.triactive.jdo.store.sql that return ConstraintName | |
static ConstraintName |
ConstraintName.forPrimaryKey(BaseTable table)
Generates a new primary key constraint name. |
static ConstraintName |
ConstraintName.forCandidateKey(BaseTable table,
int seq)
Generates a new candidate key constraint name. |
static ConstraintName |
ConstraintName.forForeignKey(BaseTable table,
int seq)
Generates a new foreign key constraint name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |