Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint.ConstraintValue
-
Packages that use ConstraintValue Package Description com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of ConstraintValue in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint
Subclasses of ConstraintValue in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint Modifier and Type Class Description classConstraintParamIndexConstraint which represent an index of a query parameter. -
Uses of ConstraintValue 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 ConstraintValue Modifier and Type Method Description protected voidStatement. generateInputValueForConstraintValueNode(ConstraintValue node)Generates InputValue fornode.protected voidStatement. processConstraintValue(ConstraintValue node, StringBuilder result)protected voidUpdateStatement. processConstraintValue(ConstraintValue node, StringBuilder result)Redefines processConstraintValue in order to skip the creation of an InputValue in the case of batch.
-