Uses of Interface
it.eng.qbe.query.IGroupByField

Packages that use IGroupByField
it.eng.qbe.query   
 

Uses of IGroupByField in it.eng.qbe.query
 

Classes in it.eng.qbe.query that implement IGroupByField
 class GroupByField
          The Class GroupByField.
 

Methods in it.eng.qbe.query that return IGroupByField
 IGroupByField Query.addGroupByField(java.lang.String fieldName)
           
 IGroupByField IQuery.addGroupByField(java.lang.String fieldName)
          Adds the group by field.
 IGroupByField IGroupByField.getCopy()
          Gets the copy.
 IGroupByField GroupByField.getCopy()
           
 

Methods in it.eng.qbe.query with parameters of type IGroupByField
 void GroupByClause.addGroupByField(IGroupByField groupByField)
           
 void IGroupByClause.addGroupByField(IGroupByField groupByField)
          Adds the group by field.