Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.query.engine.process |
When executing a query, the processing phase involves "running" each branch in the optimized query plan, determining
the set of nodes that satisfies each branch, and then joining each branch into a single result.
|
org.modeshape.jcr.query.model |
The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query.
|
Modifier and Type | Field and Description |
---|---|
protected JcrQueryContext |
JcrQueryResult.context |
protected JcrQueryContext |
JcrQueryResult.QueryResultIterator.context |
protected JcrQueryContext |
JcrAbstractQuery.context |
Modifier and Type | Method and Description |
---|---|
protected JcrQueryContext |
JcrAbstractQuery.context() |
Constructor and Description |
---|
JcrAbstractQuery(JcrQueryContext context,
String statement,
String language,
Path storedAtPath)
Creates a new JCR
Query by specifying the query statement itself, the language in which the query is stated, the
QueryCommand representation and, optionally, the node from which the query was loaded. |
JcrQuery(JcrQueryContext context,
String statement,
String language,
QueryCommand query,
PlanHints hints,
Path storedAtPath)
Creates a new JCR
Query by specifying the query statement itself, the language in which the query is stated, the
QueryCommand representation and, optionally, the node from which the query was loaded. |
JcrQueryResult(JcrQueryContext context,
String query,
QueryResults results,
boolean restartable,
int numRowsInMemory) |
JcrSqlQueryResult(JcrQueryContext context,
String query,
QueryResults results,
boolean restartable,
int numRowsInMemory) |
QueryResultIterator(JcrQueryContext context,
NodeSequence sequence) |
QueryResultNodeIterator(JcrQueryContext context,
NodeSequence sequence,
int defaultSelectorIndex) |
QueryResultRowIterator(JcrQueryContext context,
String query,
NodeSequence sequence,
QueryResults.Columns columns) |
SingleSelectorQueryResultRowIterator(JcrQueryContext context,
String query,
NodeSequence sequence,
QueryResults.Columns columns) |
XPathQueryResult(JcrQueryContext context,
String query,
QueryResults results,
boolean restartable,
int numRowsInMemory) |
Modifier and Type | Field and Description |
---|---|
protected JcrQueryContext |
SecureSequence.context |
Constructor and Description |
---|
SecureSequence(NodeSequence delegate,
JcrQueryContext context)
Creates a new secure sequence over an existing sequence.
|
Constructor and Description |
---|
QueryObjectModel(JcrQueryContext context,
String statement,
String language,
SelectQuery query,
PlanHints hints,
Path storedAtPath)
Creates a new JCR
Query by specifying the query statement itself, the language in which the query is stated, the
QueryCommand representation and, optionally, the node from which the query was loaded. |
QueryObjectModelFactory(JcrQueryContext context) |
SetQueryObjectModel(JcrQueryContext context,
String statement,
String language,
SetQuery query,
PlanHints hints,
Path storedAtPath)
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.