Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.generator.SelectQueryPlan
-
-
Uses of SelectQueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql that return SelectQueryPlan Modifier and Type Method Description SelectQueryPlanRetrieveDescImpl. buildQueryPlan(SQLStoreManager store, Concurrency concurrency)Builds the internal query plan and initializes the select statements.SelectQueryPlanRetrieveDescImpl. getPlan()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type SelectQueryPlan Modifier and Type Method Description voidRetrieveDescImpl. setPlan(SelectQueryPlan plan) -
Uses of SelectQueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency with parameters of type SelectQueryPlan Modifier and Type Method Description voidConcurrency. select(SelectQueryPlan plan)voidConcurrencyDBExplicit. select(SelectQueryPlan plan)voidConcurrencyDBNative. select(SelectQueryPlan plan) -
Uses of SelectQueryPlan in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Subclasses of SelectQueryPlan 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.classVerificationSelectPlanImplements Select Plan for verifying clean VC instanses.Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator declared as SelectQueryPlan Modifier and Type Field Description protected SelectQueryPlanCorrelatedSelectPlan. parentPlanThe parent plan for this subqueryMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return SelectQueryPlan Modifier and Type Method Description static SelectQueryPlanSelectQueryPlan. newInstance(RetrieveDescImpl desc, SQLStoreManager store, Concurrency concurrency)Creates a new instance of SelectQueryPlan depending on the retrieve descriptor options.Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type SelectQueryPlan Modifier and Type Method Description protected voidSelectQueryPlan. addJoinConstraint(SelectQueryPlan fromPlan, SelectQueryPlan toPlan, ArrayList fromColumns, ArrayList toColumns, int joinOp)Put in a join constraint to the foreign table.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type SelectQueryPlan Constructor Description CorrelatedExistSelectPlan(RetrieveDesc desc, SQLStoreManager store, ForeignFieldDesc parentField, SelectQueryPlan parentPlan)CorrelatedInSelectPlan(RetrieveDesc desc, SQLStoreManager store, ForeignFieldDesc parentField, SelectQueryPlan parentPlan)CorrelatedSelectPlan(RetrieveDesc desc, SQLStoreManager store, ForeignFieldDesc parentField, SelectQueryPlan parentPlan)SelectOneStatement(DBVendorType vendorType, SelectQueryPlan selectPlan)SelectStatement(DBVendorType vendorType, SelectQueryPlan plan)
-