Uses of Class
wt.query.ListClause

Packages that use ListClause
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 ListClause in wt.query
 

Subclasses of ListClause in wt.query
 class GroupByClause
          This class represents a GROUP BY SQL clause.
 class OrderByClause
          This class represents a ORDER BY SQL clause.
 

Methods in wt.query with parameters of type ListClause
protected  boolean ListClause.readVersion(ListClause thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  Object ListClause.clone(ListClause a_clone)