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

Packages that use BindVariableName
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.jcr.query.qom   
 

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

Methods in org.modeshape.graph.query.model with parameters of type BindVariableName
 void Visitors.AbstractVisitor.visit(BindVariableName obj)
          
 void Visitors.WalkAllVisitor.visit(BindVariableName variableName)
          
 void Visitors.ReadableVisitor.visit(BindVariableName variable)
          
 void Visitor.visit(BindVariableName obj)
           
 

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

Methods in org.modeshape.graph.query.parse that return BindVariableName
protected  BindVariableName SqlQueryParser.bindVariableName(String variableName)
           
 

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

Subclasses of BindVariableName in org.modeshape.jcr.query.qom
 class JcrBindVariableName
          Implementation of the bind variable name static operand for the JCR Query Object Model and the Graph API.
 



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