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

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

Uses of ISelectClause in it.eng.qbe.model
 

Methods in it.eng.qbe.model that return ISelectClause
 ISelectClause IQuery.getSelectClause()
           
 

Methods in it.eng.qbe.model with parameters of type ISelectClause
 void IQuery.setSelectClause(ISelectClause aSelectClause)
           
 

Uses of ISelectClause in it.eng.qbe.wizard
 

Classes in it.eng.qbe.wizard that implement ISelectClause
 class SelectClauseSourceBeanImpl
           
 

Methods in it.eng.qbe.wizard that return ISelectClause
 ISelectClause SingleDataMartWizardObjectSourceBeanImpl.getSelectClause()
           
 ISelectClause ISingleDataMartWizardObject.getSelectClause()
           
 

Methods in it.eng.qbe.wizard with parameters of type ISelectClause
 void SingleDataMartWizardObjectSourceBeanImpl.setSelectClause(ISelectClause aSelectClause)
           
 void ISingleDataMartWizardObject.setSelectClause(ISelectClause aSelectClause)