Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.generator.QueryPlan
-
Packages that use QueryPlan Package Description com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of QueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint declared as QueryPlan Modifier and Type Field Description QueryPlanConstraintJoin. fromPlanQueryPlanConstraintField. originalPlanQueryPlanConstraintSubquery. planSqlQueryPlan for the subquery.QueryPlanConstraintJoin. toPlanMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint with parameters of type QueryPlan Modifier and Type Method Description voidConstraint. addField(LocalFieldDesc desc, QueryPlan plan)Adds a field to the constraint stack.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint with parameters of type QueryPlan Constructor Description ConstraintFieldDesc(LocalFieldDesc desc, QueryPlan plan)ConstraintFieldDesc(LocalFieldDesc desc, QueryPlan plan, int ordering) -
Uses of QueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Subclasses of QueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator Modifier and Type Class Description classCorrelatedExistSelectPlanImplements the select plan for Exist-Subqueries.classCorrelatedInSelectPlanImplements the select plan for In-Subqueries.classCorrelatedSelectPlanImplements the select plan for correlated subqueries.classSelectQueryPlanThis class prepares the generation of select statements, by joining the constaint stacks of all retrieve descriptors into one stack.classUpdateQueryPlanThis class is used to generated update/insert/delete statements.classVerificationSelectPlanImplements Select Plan for verifying clean VC instanses.Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return QueryPlan Modifier and Type Method Description protected QueryPlanStatement. getOriginalPlan(ConstraintField fieldNode)QueryPlanSelectStatement. getQueryPlan()abstract QueryPlanStatement. getQueryPlan()Get QueryPlan for this statementQueryPlanUpdateStatement. getQueryPlan()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type QueryPlan Modifier and Type Method Description protected voidStatement. generateColumnText(LocalFieldDesc desc, QueryPlan thePlan, StringBuilder sb)Generates the column text for fielddesc.
-