|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WhereExpression
This interface represents an expression that can be used in a SQL WHERE
clause.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
FROM_INDICIES
Label for the attribute; Indicies for all current expressions relative to a FromClause that will be used for validating and setting aliases when this compostie expression is appended to a statement. |
| Method Summary | |
|---|---|
int[] |
getFromIndicies()
Gets the value of the attribute: FROM_INDICIES. |
int |
setFromIndicies(int[] a_fromIndicies,
int a_offset)
This method sets the From clause indicies for components of the expression. |
| Field Detail |
|---|
static final String FROM_INDICIES
| Method Detail |
|---|
int[] getFromIndicies()
int setFromIndicies(int[] a_fromIndicies,
int a_offset)
a_fromIndicies - From indicies to set.a_offset - Offset index into the From indicies array for the next valid From index
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||