Uses of Interface
org.modeshape.jcr.query.JcrQueryContext

Packages that use JcrQueryContext
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
 

Uses of JcrQueryContext in org.modeshape.jcr.query
 

Fields in org.modeshape.jcr.query declared as JcrQueryContext
protected  JcrQueryContext JcrQueryResult.context
           
protected  JcrQueryContext JcrQueryResult.QueryResultRowIterator.context
           
 

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)
           
 

Uses of JcrQueryContext in org.modeshape.jcr.query.qom
 

Fields in org.modeshape.jcr.query.qom declared as JcrQueryContext
protected  JcrQueryContext JcrAbstractQuery.context
           
 

Methods in org.modeshape.jcr.query.qom that return JcrQueryContext
protected  JcrQueryContext JcrAbstractQuery.context()
           
 

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.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.