Package org.apache.jackrabbit.oak.query
package org.apache.jackrabbit.oak.query
-
ClassDescriptionAn 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.Filtering iterators that are useful for queries with limit, offset, order by, or distinct.A nodetype info provider that is based on node states.A "select" or "union" query.The query engine implementation.Used to instruct the
QueryEngineImpl
on how to act with respect of the SQL2 optimisation.Settings of the query engine.Formatter for JCR queries in order to make them easier to read.Represents a parsed query.A query options (or "hints") that are used to customize the way the query is processed.Query parser interface.A validator for query.A query result.A query result row that keeps all data (for this row only) in memory.The exception thrown when traversing too many entries in the result.Overrides oak.fastQuerySize system property when available.The SQL2 parser can convert a JCR-SQL2 query to a query.Represents a union query.