Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint.ConstraintOperation
-
Packages that use ConstraintOperation Package Description com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of ConstraintOperation in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint
Subclasses of ConstraintOperation in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint Modifier and Type Class Description classConstraintJoinclassConstraintSubqueryFields in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint declared as ConstraintOperation Modifier and Type Field Description ConstraintOperationConstraintOrder. ConstraintOperation -
Uses of ConstraintOperation 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 ConstraintOperation Modifier and Type Method Description protected voidSelectStatement. processIrregularOperation(ConstraintOperation opNode, int opCode, List stack, StringBuilder result)protected voidStatement. processIrregularOperation(ConstraintOperation opNode, int opCode, List stack, StringBuilder result)protected voidSelectStatement. processRootConstraint(ConstraintOperation opNode, List stack, StringBuilder whereText)Processes Order By constraints and calls the super class method for all other constrains.protected voidStatement. processRootConstraint(ConstraintOperation opNode, List stack, StringBuilder whereText)
-