|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines an expression that can be used in a SQL statement.
Supported API: true
Extendable: false
Field Summary | |
static String |
FROM_COUNT
Label for the attribute; Number of from index values that this expression requires Supported API: false |
Method Summary | |
int |
getFromCount()
Gets the value of the attribute: FROM_COUNT. |
int |
setFromAlias(String[] a_aliases,
int a_offset)
This method sets the FROM clause alias for this expression. |
int |
validate(TableExpression[] a_tableExpressions,
int a_offset)
This method validates this expression against the specified table expression. |
Field Detail |
public static final String FROM_COUNT
Method Detail |
public int getFromCount()
public int validate(TableExpression[] a_tableExpressions, int a_offset) throws QueryException
a_tableExpressions
- Table expression to validate against.a_offset
- Offset index into the TableExpression array for the next valid TableExpression
QueryException
public int setFromAlias(String[] a_aliases, int a_offset)
a_aliases
- Array of aliases for expressionsa_offset
- Offset index into the alias array for the next valid alias
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |