Uses of Class
wt.pds.CompoundStatementBuilder

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

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

Uses of CompoundStatementBuilder in wt.query
 

Fields in wt.query declared as CompoundStatementBuilder
private  CompoundStatementBuilder CompoundQuerySpec.statementBuilder