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

Packages that use Clause
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 Clause in org.plasma.query.model
 

Fields in org.plasma.query.model with type parameters of type Clause
protected  java.util.List<Clause> Query.clauses
           
 

Methods in org.plasma.query.model that return Clause
 Clause ObjectFactory.createClause()
          Create an instance of Clause
 

Methods in org.plasma.query.model that return types with arguments of type Clause
 java.util.List<Clause> Query.getClauses()
           
 

Methods in org.plasma.query.model with parameters of type Clause
 void AbstractQueryValidator.start(Clause clause)
           
 

Uses of Clause in org.plasma.query.visitor
 

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



Copyright © 2013. All Rights Reserved.