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

Packages that use GroupOperator
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   
org.plasma.sdo.access.provider.common   
 

Uses of GroupOperator in org.plasma.query.model
 

Fields in org.plasma.query.model declared as GroupOperator
protected  GroupOperator Term.groupOperator
           
 

Methods in org.plasma.query.model that return GroupOperator
 GroupOperator ObjectFactory.createGroupOperator()
          Create an instance of GroupOperator
 GroupOperator Term.getGroupOperator()
          Gets the value of the groupOperator property.
 

Methods in org.plasma.query.model with parameters of type GroupOperator
 void Term.setGroupOperator(GroupOperator value)
          Sets the value of the groupOperator property.
 

Constructors in org.plasma.query.model with parameters of type GroupOperator
Expression(GroupOperator oper)
           
Expression(GroupOperator right, Property prop, RelationalOperator oper, Literal lit)
           
Expression(GroupOperator right, Property prop, RelationalOperator oper, Literal lit, GroupOperator left)
           
Expression(Property prop, RelationalOperator oper, Literal lit, GroupOperator left)
           
Term(GroupOperator oper)
           
 

Uses of GroupOperator in org.plasma.query.visitor
 

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

Uses of GroupOperator in org.plasma.sdo.access.provider.common
 

Methods in org.plasma.sdo.access.provider.common with parameters of type GroupOperator
 void TextQueryFilterAssembler.start(GroupOperator operator)
           
 



Copyright © 2013. All Rights Reserved.