wt.pds
Interface JoinCondition

All Superinterfaces:
WhereCondition
All Known Implementing Classes:
LinkJoinCondition, PagingJoinCondition, ReferenceJoinCondition

public interface JoinCondition
extends WhereCondition

Abstraction for a join condition.

Supported API: false

Extendable: false


Field Summary
 
Fields inherited from interface wt.pds.WhereCondition
OUTER_JOIN_FROM_INDICIES
 
Method Summary
 JoinIndex getJoinIndex(int a_tableTotalSize)
          

Supported API: false
 
Methods inherited from interface wt.pds.WhereCondition
getExpression, getOuterJoinFromIndicies
 

Method Detail

getJoinIndex

public JoinIndex getJoinIndex(int a_tableTotalSize)


Supported API: false

Parameters:
a_tableTotalSize -
Returns:
JoinIndex