| Class | Description |
|---|---|
| ColumnRef | |
| CorrelatedExistSelectPlan |
Implements the select plan for Exist-Subqueries.
|
| CorrelatedInSelectPlan |
Implements the select plan for In-Subqueries.
|
| CorrelatedSelectPlan |
Implements the select plan for correlated subqueries.
|
| DBStatement | |
| InputDesc | |
| InputParamValue |
An extended InputValue which represents a query input parameter value.
|
| InputValue | |
| QueryPlan |
This class is used to generate SQL statements.
|
| QueryTable | |
| SelectOneStatement |
This statement checks the existance of a certain row in the
database, as no columns are selected.
|
| SelectQueryPlan |
This class prepares the generation of select statements,
by joining the constaint stacks of all retrieve descriptors
into one stack.
|
| SelectStatement |
This class generates select statements.
|
| Statement |
This class is used to represent a SQL statement.
|
| TableIndex | |
| UpdateQueryPlan |
This class is used to generated update/insert/delete statements.
|
| UpdateStatement |
This class is used to generate update/insert/delete statements.
|
| VerificationSelectPlan |
Implements Select Plan for verifying clean VC instanses.
|
Copyright © 2019. All rights reserved.