Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint.ConstraintField
-
Packages that use ConstraintField Package Description com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of ConstraintField in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint
Subclasses of ConstraintField in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint Modifier and Type Class Description classConstraintFieldDescclassConstraintFieldNameclassConstraintFieldNameSubQueryThis class represents a constrint on field that is represented by a subqueryclassConstraintForeignFieldNameThis constraint is used to represent a foreign constraint.Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint declared as ConstraintField Modifier and Type Field Description ConstraintFieldConstraintOrder. ConstraintField -
Uses of ConstraintField in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type ConstraintField Modifier and Type Method Description protected QueryPlanStatement. getOriginalPlan(ConstraintField fieldNode)
-