| Modifier and Type | Method and Description |
|---|---|
UpdateQueryPlan |
ClassDesc.getUpdateQueryPlan(UpdateObjectDescImpl desc,
SQLStoreManager store)
Retrieves the update query plan for the specified descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
SelectQueryPlan |
RetrieveDescImpl.buildQueryPlan(SQLStoreManager store,
Concurrency concurrency)
Builds the internal query plan and initializes the select statements.
|
| Modifier and Type | Field and Description |
|---|---|
protected SQLStoreManager |
QueryPlan.store |
| Modifier and Type | Method and Description |
|---|---|
static SelectQueryPlan |
SelectQueryPlan.newInstance(RetrieveDescImpl desc,
SQLStoreManager store,
Concurrency concurrency)
Creates a new instance of SelectQueryPlan depending on the retrieve
descriptor options.
|
| Constructor and 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) |
QueryPlan(ActionDesc desc,
SQLStoreManager store) |
SelectQueryPlan(ActionDesc desc,
SQLStoreManager store,
Concurrency concurrency)
Creates a new SelectQueryPlan.
|
UpdateQueryPlan(ActionDesc desc,
SQLStoreManager store) |
VerificationSelectPlan(RetrieveDesc desc,
SQLStoreManager store)
Creates a new VerificationSelectQueryPlan.
|
Copyright © 2017. All rights reserved.