| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint | |
| com.sun.jdo.spi.persistence.support.sqlstore.sql.generator |
| Modifier and Type | Field and Description |
|---|---|
QueryPlan |
ConstraintJoin.fromPlan |
QueryPlan |
ConstraintField.originalPlan |
QueryPlan |
ConstraintSubquery.plan
SqlQueryPlan for the subquery.
|
QueryPlan |
ConstraintJoin.toPlan |
| Modifier and Type | Method and Description |
|---|---|
void |
Constraint.addField(LocalFieldDesc desc,
QueryPlan plan)
Adds a field to the constraint stack.
|
| Constructor and Description |
|---|
ConstraintFieldDesc(LocalFieldDesc desc,
QueryPlan plan) |
ConstraintFieldDesc(LocalFieldDesc desc,
QueryPlan plan,
int ordering) |
| Modifier and Type | Class and Description |
|---|---|
class |
CorrelatedExistSelectPlan
Implements the select plan for Exist-Subqueries.
|
class |
CorrelatedInSelectPlan
Implements the select plan for In-Subqueries.
|
class |
CorrelatedSelectPlan
Implements the select plan for correlated subqueries.
|
class |
SelectQueryPlan
This class prepares the generation of select statements,
by joining the constaint stacks of all retrieve descriptors
into one stack.
|
class |
UpdateQueryPlan
This class is used to generated update/insert/delete statements.
|
class |
VerificationSelectPlan
Implements Select Plan for verifying clean VC instanses.
|
| Modifier and Type | Method and Description |
|---|---|
protected QueryPlan |
Statement.getOriginalPlan(ConstraintField fieldNode) |
QueryPlan |
SelectStatement.getQueryPlan() |
abstract QueryPlan |
Statement.getQueryPlan()
Get QueryPlan for this statement
|
QueryPlan |
UpdateStatement.getQueryPlan() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Statement.generateColumnText(LocalFieldDesc desc,
QueryPlan thePlan,
StringBuilder sb)
Generates the column text for field
desc. |
Copyright © 2019. All rights reserved.