Uses of Class
wt.query.JoinIndex

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

Fields in wt.pds declared as JoinIndex
private  JoinIndex ReferenceJoinCondition.joinIndex
           
private  JoinIndex PagingJoinCondition.joinIndex
           
private  JoinIndex ClassJoinCondition.joinIndex
           
 

Methods in wt.pds that return JoinIndex
 JoinIndex SourceJoinCondition.getJoinIndex(int a_tableTotalSize)
          

Supported API: false
 JoinIndex SourceIdJoinCondition.getJoinIndex(int a_tableTotalSize)
          

Supported API: false
 JoinIndex ReferenceJoinCondition.getJoinIndex(int a_tableTotalSize)
          

Supported API: false
 JoinIndex PagingJoinCondition.getJoinIndex(int a_tableTotalSize)
          

Supported API: false
abstract  JoinIndex LinkJoinCondition.getJoinIndex(int a_tableTotalSize)
          

Supported API: false
 JoinIndex JoinCondition.getJoinIndex(int a_tableTotalSize)
          

Supported API: false
 JoinIndex ClassJoinCondition.getJoinIndex(int a_tableTotalSize)
          

Supported API: false
 

Methods in wt.pds with parameters of type JoinIndex
private  boolean QuerySpecStatementBuilder.processJoinSet(JoinIndex joinIndex, Set joinIndiciesSet, Set joinIndexSet)
           
 

Uses of JoinIndex in wt.query
 

Fields in wt.query declared as JoinIndex
private  JoinIndex SearchCondition.joinFromIndicies
           
private  JoinIndex ConditionsClause.joinIndex
           
 

Methods in wt.query that return JoinIndex
 JoinIndex ConditionsClause.getJoinIndex()
          Gets the value of the attribute: joinIndex.
 

Methods in wt.query with parameters of type JoinIndex
 WhereExpression WhereExpression.getJoinConditions(JoinIndex a_joinIndex)
          This method is to return the join search condition.
 boolean WhereExpression.isAllJoinConditions(JoinIndex a_joinIndex)
          

Supported API: false
 WhereExpression SearchCondition.getJoinConditions(JoinIndex a_joinIndex)
          This method is to return the join search condition.
 boolean SearchCondition.isAllJoinConditions(JoinIndex a_joinIndex)
          

Supported API: false
 WhereExpression NegatedExpression.getJoinConditions(JoinIndex a_joinIndex)
          This method is to return the join search condition.
 boolean NegatedExpression.isAllJoinConditions(JoinIndex a_joinIndex)
          

Supported API: false
 void JoinClause.setWhereExpressionForTableJoin(JoinIndex a_joinIndex, WhereExpression a_whereExpression)
          

Supported API: false
 void JoinClause.appendWhereClauseForJoin(JoinIndex a_joinIndex, WhereExpression a_whereExpression, LogicalOperator a_logicalOperator)
          

Supported API: false
 void JoinClause.setWhereClauseForJoin(JoinIndex a_joinIndex, WhereClause a_whereClause)
          

Supported API: false
 void JoinClause.appendJoinIndex(JoinIndex a_joinIndex)
           
 void JoinClause.Item.appendJoinIndexSet(JoinIndex a_joinIndex)
           
 WhereExpression ExistsExpression.getJoinConditions(JoinIndex a_joinIndex)
          This method is to return the join search condition.
 boolean ExistsExpression.isAllJoinConditions(JoinIndex a_joinIndex)
          

Supported API: false
 void ConditionsClause.setJoinIndex(JoinIndex a_JoinIndex)
          Sets the value of the attribute: joinIndex.
 WhereExpression CompositeWhereExpression.getJoinConditions(JoinIndex a_joinIndex)
          This method is to return the join search condition.
 boolean CompositeWhereExpression.isAllJoinConditions(JoinIndex a_joinIndex)
          

Supported API: false