|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies an abstraction for a WHERE clause condition
that is generated at the time that the query's concrete classes are known.
The condition is appended to any existing WHERE expressions using a
logical AND.
Supported API: false
Extendable: false
Field Summary | |
static String |
OUTER_JOIN_FROM_INDICIES
Label for the attribute; The index values in the From clause for any classes that use an outer join in this condition. |
Method Summary | |
WhereExpression |
getExpression(Vector a_tables)
Returns the condition expression based on the specified concreate classes. |
int[] |
getOuterJoinFromIndicies()
Gets the value of the attribute: OUTER_JOIN_FROM_INDICIES. |
Field Detail |
public static final String OUTER_JOIN_FROM_INDICIES
Method Detail |
public int[] getOuterJoinFromIndicies()
public WhereExpression getExpression(Vector a_tables) throws WTException
a_tables
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |