Uses of Class
wt.query.JoinClause

Packages that use JoinClause
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pds.oracle81   
wt.pds.sqlServer   
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 JoinClause in wt.pds
 

Fields in wt.pds declared as JoinClause
private  JoinClause QuerySpecStatementBuilder.joinClause
           
 

Methods in wt.pds that return JoinClause
 JoinClause QuerySpecStatementBuilder.getJoinClause()
          Gets the object for the association that plays role: joinClause.
 

Methods in wt.pds with parameters of type JoinClause
protected  String StandardDMLGenerator.buildFromForSelect(Vector a_tables, Vector a_aliases, ResultBuilder a_resultBuilder, int[] a_joinOrder, boolean[] a_fullPersistableTableIndicies, String a_partialSelect, JoinClause a_joinClause, boolean a_useBind)
          

Supported API: false
abstract  String StandardDMLGenerator.buildSelectStatement(Vector a_tables, Vector a_aliases, ResultBuilder a_resultBuilder, boolean a_isDistinct, String a_select, String a_whereClause, String a_groupByClause, String a_havingClause, String a_orderByClause, boolean a_forUpdate, int[] a_joinOrder, Vector a_hintsVector, boolean[] a_fullPersistableTableIndicies, JoinClause a_joinClause, boolean a_useBind)
          

Supported API: false
 void QuerySpecStatementBuilder.setJoinClause(JoinClause a_JoinClause)
          Sets the object for the association that plays role: joinClause.
 String DMLGenerator.buildSelectStatement(Vector a_tables, Vector a_aliases, ResultBuilder a_resultBuilder, boolean a_isDistinct, String a_select, String a_whereClause, String a_groupByClause, String a_havingClause, String a_orderByClause, boolean a_forUpdate, int[] a_joinOrder, Vector a_hintsVector, boolean[] a_fullPersistableTableIndicies, JoinClause a_joinClause, boolean a_useBind)
          

Supported API: false
 

Uses of JoinClause in wt.pds.oracle81
 

Methods in wt.pds.oracle81 with parameters of type JoinClause
 String OracleDMLGenerator.buildSelectStatement(Vector a_tables, Vector a_aliases, ResultBuilder a_resultBuilder, boolean a_isDistinct, String a_select, String a_whereClause, String a_groupByClause, String a_havingClause, String a_orderByClause, boolean a_forUpdate, int[] a_joinOrder, Vector a_hintsVector, boolean[] a_fullPersistableTableIndicies, JoinClause a_joinClause, boolean a_useBind)
          

Supported API: false
 

Uses of JoinClause in wt.pds.sqlServer
 

Methods in wt.pds.sqlServer with parameters of type JoinClause
 String SQLServerDMLGenerator.buildSelectStatement(Vector a_tables, Vector a_aliases, ResultBuilder a_resultBuilder, boolean a_isDistinct, String a_select, String a_whereClause, String a_groupByClause, String a_havingClause, String a_orderByClause, boolean a_forUpdate, int[] a_joinOrder, Vector a_hintsVector, boolean[] a_fullPersistableTableIndicies, JoinClause a_joinClause, boolean a_useBind)
          

Supported API: false
 

Uses of JoinClause in wt.query
 

Fields in wt.query declared as JoinClause
private  JoinClause ClassViewExpression.joinClause
           
private  JoinClause ClassTableExpression.joinClause
           
 

Methods in wt.query that return JoinClause
 JoinClause TableExpression.getJoinCondition(String a_alias, boolean a_fullPersistable, Class a_tableClass)
          

Supported API: false
 JoinClause NullTableExpression.getJoinCondition(String a_alias, boolean a_fullPersistable, Class a_tableClass)
          

Supported API: false
 JoinClause ExternalTableExpression.getJoinCondition(String a_alias, boolean a_fullPersistable, Class a_tableClass)
          

Supported API: false
 JoinClause ClassViewExpression.getJoinCondition(String a_alias, boolean a_fullPersistable, Class a_tableClass)
          

Supported API: false
 JoinClause ClassTableExpression.getJoinCondition(String a_alias, boolean a_fullPersistable, Class a_tableClass)
          

Supported API: false
 JoinClause ArrayTableExpression.getJoinCondition(String a_alias, boolean a_fullPersistable, Class a_tableClass)
          

Supported API: false
 JoinClause AbstractSubSelectTableExpression.getJoinCondition(String a_alias, boolean a_fullPersistable, Class a_tableClass)
          

Supported API: false
abstract  JoinClause AbstractClassTableExpression.getJoinCondition(String a_alias, boolean a_fullPersistable, Class a_tableClass)
          

Supported API: false
protected  JoinClause AbstractClassTableExpression.buildJoinCondition(Class a_tableClass, String a_alias, HashMap a_map, boolean a_fullPersistable)