Uses of Class
org.modeshape.graph.query.model.ReferenceValue

Packages that use ReferenceValue
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.graph.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.query.qom   
 

Uses of ReferenceValue in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type ReferenceValue
 void Visitors.AbstractVisitor.visit(ReferenceValue obj)
          
 void Visitors.WalkAllVisitor.visit(ReferenceValue referenceValue)
          
 void Visitors.ReadableVisitor.visit(ReferenceValue value)
          
 void Visitor.visit(ReferenceValue obj)
           
 

Uses of ReferenceValue in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return ReferenceValue
protected  ReferenceValue SqlQueryParser.parseReferenceValue(TokenStream tokens, TypeSystem typeSystem, Source source)
           
protected  ReferenceValue SqlQueryParser.referenceValue(SelectorName selector)
           
protected  ReferenceValue SqlQueryParser.referenceValue(SelectorName selector, String propertyName)
           
 

Uses of ReferenceValue in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan with parameters of type ReferenceValue
 void PlanUtil.RequiredColumnVisitor.visit(ReferenceValue value)
          
 

Uses of ReferenceValue in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type ReferenceValue
 void Validator.visit(ReferenceValue obj)
          
 

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

Subclasses of ReferenceValue in org.modeshape.jcr.query.qom
 class JcrReferenceValue
          Implementation of the property value dynamic operand for the JCR Query Object Model and the Graph API.
 



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