Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
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.QueryResultRowIterator.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.QueryResultRowIterator(JcrQueryContext context,
String query,
QueryResults results,
Iterator<Object[]> tuples,
long numRows) |
JcrQueryResult.SingleSelectorQueryResultRowIterator(JcrQueryContext context,
String query,
QueryResults results,
Iterator<Object[]> tuples,
long numRows) |
JcrQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata) |
JcrSqlQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata) |
XPathQueryResult.XPathQueryResultRowIterator(JcrQueryContext context,
String query,
QueryResults results,
Iterator<Object[]> tuples,
long numRows) |
XPathQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata) |
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-2014 JBoss, a division of Red Hat. All Rights Reserved.