Uses of Class
wt.query.OrderByClause

Packages that use OrderByClause
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of OrderByClause in wt.pds
 

Fields in wt.pds declared as OrderByClause
private  OrderByClause BasicCompoundStatementBuilder.orderBy
           
 

Methods in wt.pds that return OrderByClause
abstract  OrderByClause SelectStatementBuilder.getOrderByClause()
          Gets the value of the attribute: orderByClause.
 OrderByClause QuerySpecStatementBuilder.getOrderByClause()
          Gets the value of the attribute: orderByClause.
 OrderByClause BasicCompoundStatementBuilder.getOrderBy()
          Gets the object for the association that plays role: orderBy.
 

Uses of OrderByClause in wt.query
 

Fields in wt.query declared as OrderByClause
private  OrderByClause QuerySpec.orderByClause
           
 

Methods in wt.query that return OrderByClause
 OrderByClause QuerySpec.getOrderByClause()
          Gets the object for the association that plays role: orderByClause.
 

Methods in wt.query with parameters of type OrderByClause
protected  boolean OrderByClause.readVersion(OrderByClause thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  String[] BasicPageableQuerySpec.getAliasArray(int count, OrderByClause a_orderByClause)