|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbORPrimaryUnique | |
---|---|
org.modelsphere.sms.or.db |
Uses of DbORPrimaryUnique in org.modelsphere.sms.or.db |
---|
Methods in org.modelsphere.sms.or.db that return DbORPrimaryUnique | |
---|---|
DbORPrimaryUnique |
DbORAssociationEnd.getReferencedConstraint()
Gets the referenced constraint object associated to a DbORAssociationEnd's instance. |
Methods in org.modelsphere.sms.or.db with parameters of type DbORPrimaryUnique | |
---|---|
void |
DbORAssociationEnd.addToDependentConstraints(DbORPrimaryUnique value)
Adds an element to the list of dependent constraints associated to a DbORAssociationEnd's instance. |
void |
DbORColumn.addToPrimaryUniques(DbORPrimaryUnique value)
Adds an element to the list of primary / unique keys associated to a DbORColumn's instance. |
void |
DbORAssociationEnd.removeFromDependentConstraints(DbORPrimaryUnique value)
Removes an element from the list of dependent constraints associated to a DbORAssociationEnd's instance. |
void |
DbORColumn.removeFromPrimaryUniques(DbORPrimaryUnique value)
Removes an element from the list of primary / unique keys associated to a DbORColumn's instance. |
void |
DbORAssociationEnd.setDependentConstraints(DbORPrimaryUnique value,
int op)
Adds an element to or removes an element from the list of dependent constraints associated to a DbORAssociationEnd's instance. |
void |
DbORColumn.setPrimaryUniques(DbORPrimaryUnique value,
int op)
Adds an element to or removes an element from the list of primary / unique keys associated to a DbORColumn's instance. |
void |
DbORAssociationEnd.setReferencedConstraint(DbORPrimaryUnique value)
Sets the referenced constraint object associated to a DbORAssociationEnd's instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |