Uses of Class
wt.pds.QuerySpecStatementBuilder

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

Subclasses of QuerySpecStatementBuilder in wt.pds
 class NavigateStatementBuilder
          This class implements statement building for navigate operations.
 

Fields in wt.pds declared as QuerySpecStatementBuilder
private  QuerySpecStatementBuilder DepthThresholdStatementBuilder.statementBuilder
           
 

Methods in wt.pds that return QuerySpecStatementBuilder
protected  QuerySpecStatementBuilder DepthThresholdStatementBuilder.getStatementBuilder()
          Gets the object for the association that plays role: statementBuilder.
 

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

Constructors in wt.pds with parameters of type QuerySpecStatementBuilder
DepthThresholdStatementBuilder(QuerySpecStatementBuilder a_statementBuilder)
          

Supported API: false
 

Uses of QuerySpecStatementBuilder in wt.query
 

Fields in wt.query declared as QuerySpecStatementBuilder
private  QuerySpecStatementBuilder QuerySpec.statementBuilder
           
 

Methods in wt.query with parameters of type QuerySpecStatementBuilder
protected  void QuerySpec.initialize(Class[] queryClasses, QuerySpecStatementBuilder a_statementBuilder)