Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint.Constraint
-
-
Uses of Constraint in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql that return Constraint Modifier and Type Method Description ConstraintRetrieveDescImpl. getConstraint() -
Uses of Constraint in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint with parameters of type Constraint Modifier and Type Method Description booleanConstraint. mergeConstraint(Constraint foreignConstraint, int joinOp)Merges the stack with the specified foreign constraint stack. -
Uses of Constraint in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator declared as Constraint Modifier and Type Field Description protected ConstraintSelectQueryPlan. constraintPointer to the retrieve descriptor's constraint stack.Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return Constraint Modifier and Type Method Description ConstraintSelectQueryPlan. getConstraint()
-