Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc.JQLAST
-
Packages that use JQLAST Package Description com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc -
-
Uses of JQLAST in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc
Fields in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc declared as JQLAST Modifier and Type Field Description protected JQLASTJQLC. filterASTprotected JQLASTJQLC. importsASTprotected JQLASTJQLC. orderingASTprotected JQLASTJQLC. paramsASTprotected JQLASTJQLC. queryASTprotected JQLASTJQLC. resultASTprotected JQLASTJQLC. varsASTMethods in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc with parameters of type JQLAST Modifier and Type Method Description voidJQLAST. initialize(JQLAST ast)voidVariableTable. markConstraint(JQLAST variable, JQLAST expr)Mark the specified variable as constaint with the specified expr.voidVariableTable. markUsed(JQLAST variable, String dependendVar)Mark the specified variable as used.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc with parameters of type JQLAST Constructor Description JQLAST(JQLAST ast)
-