| Interface | Description |
|---|---|
| Query |
A "select" or "union" query.
|
| QueryParser |
Query parser interface.
|
| Class | Description |
|---|---|
| ExecutionContext |
An instance of this class provides the context for the execution of a query,
which in essence captures a stable state of the content tree from the time
the execution context was created.
|
| FilterIterators |
Filtering iterators that are useful for queries with limit, offset, order by,
or distinct.
|
| QueryEngineImpl |
The query engine implementation.
|
| QueryEngineSettings |
Settings of the query engine.
|
| QueryImpl |
Represents a parsed query.
|
| ResultImpl |
A query result.
|
| ResultRowImpl |
A query result row that keeps all data (for this row only) in memory.
|
| SQL2Parser |
The SQL2 parser can convert a JCR-SQL2 query to a query.
|
| UnionQueryImpl |
Represents a union query.
|
| Enum | Description |
|---|---|
| QueryEngineImpl.QuerySelectionMode |
Used to instruct the
QueryEngineImpl on how to act with respect of the SQL2
optimisation. |
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"