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

Packages that use IWhereField
it.eng.qbe.query   
 

Uses of IWhereField in it.eng.qbe.query
 

Classes in it.eng.qbe.query that implement IWhereField
 class WhereField
          The Class WhereField.
 

Methods in it.eng.qbe.query that return IWhereField
 IWhereField Query.addWhereField(java.lang.String fieldName, java.lang.String type)
           
 IWhereField IQuery.addWhereField(java.lang.String fieldName, java.lang.String type)
          Adds the where field.
 IWhereField IWhereField.getCopy()
          Gets the copy.
 IWhereField WhereField.getCopy()
           
 

Methods in it.eng.qbe.query with parameters of type IWhereField
 void WhereClause.addWhereField(IWhereField whereField)
           
 void IWhereClause.addWhereField(IWhereField whereField)
          Adds the where field.