Uses of Class
org.modeshape.graph.query.process.QueryResultColumns

Packages that use QueryResultColumns
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.graph.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
 

Uses of QueryResultColumns in org.modeshape.graph.query
 

Methods in org.modeshape.graph.query that return QueryResultColumns
protected  QueryResultColumns QueryEngine.determineQueryResultColumns(PlanNode optimizedPlan, PlanHints hints)
           
 

Uses of QueryResultColumns in org.modeshape.graph.query.process
 

Subclasses of QueryResultColumns in org.modeshape.graph.query.process
 class FullTextSearchResultColumns
          A specialization of QueryResultColumns that can be used to represent results containing only the Location of the node and the
 

Fields in org.modeshape.graph.query.process declared as QueryResultColumns
protected static QueryResultColumns QueryResultColumns.EMPTY
           
static QueryResultColumns FullTextSearchResultColumns.INSTANCE
           
 

Methods in org.modeshape.graph.query.process that return QueryResultColumns
static QueryResultColumns QueryResultColumns.empty()
          Get an empty results column definition.
 



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