Uses of Class
wt.query.ConditionsClause

Packages that use ConditionsClause
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 ConditionsClause in wt.pds
 

Methods in wt.pds that return ConditionsClause
abstract  ConditionsClause SelectStatementBuilder.getHavingClause()
          Gets the value of the attribute: havingClause.
 ConditionsClause QuerySpecStatementBuilder.getHavingClause()
          Gets the value of the attribute: havingClause.
 

Methods in wt.pds with parameters of type ConditionsClause
abstract  String SelectStatementBuilder.buildSQLStatement(Vector a_tables, Vector a_aliases, ResultBuilder a_resultBuilder, boolean a_distinct, WhereClause a_whereClause, String a_orderByClause, GroupByClause a_groupByClause, ConditionsClause a_havingClause, int a_sqlIndex, boolean a_forUpdate)
          This method builds a SQL statement.
 String QuerySpecStatementBuilder.buildSQLStatement(Vector a_tables, Vector a_aliases, ResultBuilder a_resultBuilder, boolean a_distinct, WhereClause a_whereClause, String a_orderByClause, GroupByClause a_groupByClause, ConditionsClause a_havingClause, int a_sqlIndex, boolean a_forUpdate)
          This method builds a SQL statement.
 

Uses of ConditionsClause in wt.query
 

Subclasses of ConditionsClause in wt.query
 class WhereClause
          This class represents a WHERE SQL clause.
 

Fields in wt.query declared as ConditionsClause
private  ConditionsClause QuerySpec.havingClause
           
 

Methods in wt.query that return ConditionsClause
 ConditionsClause QuerySpec.getHavingClause()
          Gets the object for the association that plays role: havingClause.
 

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