Constructors in org.modeshape.jcr.query with parameters of type JcrQueryContext |
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)
|
JcrSearch(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. |
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)
|
Constructors in org.modeshape.jcr.query.qom with parameters of type JcrQueryContext |
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. |
JcrQueryObjectModel(JcrQueryContext context,
String statement,
String language,
JcrSelectQuery 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. |
JcrQueryObjectModelFactory(JcrQueryContext context)
|
JcrSetQueryObjectModel(JcrQueryContext context,
String statement,
String language,
JcrSetQuery 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. |