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

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

Uses of GroupBy in org.plasma.query.model
 

Fields in org.plasma.query.model declared as GroupBy
protected  GroupBy Clause.groupBy
           
 

Methods in org.plasma.query.model that return GroupBy
 GroupBy ObjectFactory.createGroupBy()
          Create an instance of GroupBy
 GroupBy Query.findGroupByClause()
           
 GroupBy Clause.getGroupBy()
          Gets the value of the GroupBy property.
 

Methods in org.plasma.query.model with parameters of type GroupBy
 void Clause.setGroupBy(GroupBy value)
          Sets the value of the GroupBy property.
 

Constructors in org.plasma.query.model with parameters of type GroupBy
Clause(GroupBy groupBy)
           
Query(Select select, From from, GroupBy groupBy)
           
Query(Select select, From from, OrderBy orderBy, GroupBy groupBy)
           
Query(Select select, From from, Where where, GroupBy groupBy)
           
Query(Select select, From from, Where where, OrderBy orderBy, GroupBy groupBy)
           
 



Copyright © 2014. All rights reserved.