Uses of Class
org.plasma.query.model.Variable

Packages that use Variable
org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
org.plasma.query.visitor   
 

Uses of Variable in org.plasma.query.model
 

Fields in org.plasma.query.model declared as Variable
protected  Variable Term.variable
           
 

Methods in org.plasma.query.model that return Variable
 Variable ObjectFactory.createVariable()
          Create an instance of Variable
 Variable Term.getVariable()
          Gets the value of the variable property.
 Variable[] Where.getVariables()
           
 

Methods in org.plasma.query.model with parameters of type Variable
 void Term.setVariable(Variable value)
          Sets the value of the variable property.
 

Constructors in org.plasma.query.model with parameters of type Variable
Expression(Property prop, RelationalOperator oper, Variable var)
           
Term(Variable var)
           
 

Uses of Variable in org.plasma.query.visitor
 

Methods in org.plasma.query.visitor with parameters of type Variable
 void QueryVisitor.end(Variable variable)
           
 void DefaultQueryVisitor.end(Variable variable)
           
 void QueryVisitor.start(Variable variable)
           
 void DefaultQueryVisitor.start(Variable variable)
           
 



Copyright © 2013. All rights reserved.