Uses of Interface
it.eng.qbe.wizard.IGroupByClause

Packages that use IGroupByClause
it.eng.qbe.model   
it.eng.qbe.wizard   
 

Uses of IGroupByClause in it.eng.qbe.model
 

Methods in it.eng.qbe.model that return IGroupByClause
 IGroupByClause IQuery.getGroupByClause()
           
 

Methods in it.eng.qbe.model with parameters of type IGroupByClause
 void IQuery.setGroupByClause(IGroupByClause groupByClause)
           
 

Uses of IGroupByClause in it.eng.qbe.wizard
 

Classes in it.eng.qbe.wizard that implement IGroupByClause
 class GroupByClauseSourceBeanImpl
           
 

Methods in it.eng.qbe.wizard that return IGroupByClause
 IGroupByClause SingleDataMartWizardObjectSourceBeanImpl.getGroupByClause()
           
 IGroupByClause ISingleDataMartWizardObject.getGroupByClause()
           
 

Methods in it.eng.qbe.wizard with parameters of type IGroupByClause
 void SingleDataMartWizardObjectSourceBeanImpl.setGroupByClause(IGroupByClause groupByClause)
           
 void ISingleDataMartWizardObject.setGroupByClause(IGroupByClause groupByClause)