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

Packages that use PropertyValue
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. 
 

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

Methods in org.modeshape.graph.query.model that return PropertyValue
 PropertyValue Length.getPropertyValue()
          Get the property value whose length is being constrained.
 

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

Constructors in org.modeshape.graph.query.model with parameters of type PropertyValue
Length(PropertyValue propertyValue)
          Create a dynamic operand that evaluates to the length of the supplied property values.
 

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

Methods in org.modeshape.graph.query.parse that return PropertyValue
protected  PropertyValue SqlQueryParser.parsePropertyValue(TokenStream tokens, TypeSystem typeSystem, Source source)
           
 

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

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

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

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



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