Uses of Class
org.jboss.dna.graph.query.process.QueryResultColumns

Packages that use QueryResultColumns
org.jboss.dna.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.jboss.dna.graph.query.process
 

Subclasses of QueryResultColumns in org.jboss.dna.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.jboss.dna.graph.query.process declared as QueryResultColumns
static QueryResultColumns FullTextSearchResultColumns.INSTANCE
           
 

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



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