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

Packages that use IOrderByField
it.eng.qbe.query   
 

Uses of IOrderByField in it.eng.qbe.query
 

Classes in it.eng.qbe.query that implement IOrderByField
 class OrderByField
          The Class OrderByField.
 

Methods in it.eng.qbe.query that return IOrderByField
 IOrderByField Query.addOrderByField(java.lang.String fieldName)
           
 IOrderByField IQuery.addOrderByField(java.lang.String fieldName)
          Adds the order by field.
 IOrderByField OrderByField.getCopy()
           
 IOrderByField IOrderByField.getCopy()
          Gets the copy.
 

Methods in it.eng.qbe.query with parameters of type IOrderByField
 void IOrderByClause.addOrderByField(IOrderByField aOrderGroupByField)
          Adds the order by field.
 void OrderByClause.addOrderByField(IOrderByField aOrderGroupByField)