|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.CompositeWhereExpression
public class CompositeWhereExpression
This class represents a number of WHERE expressions connected using a
logical operator (i.e. AND/OR).
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface wt.query.WhereExpression |
|---|
FROM_INDICIES |
| Constructor Summary | |
|---|---|
CompositeWhereExpression(LogicalOperator a_logicalOperator)
Constructs a CompositeWhereExpression. |
|
| Method Summary | |
|---|---|
void |
append(WhereExpression a_whereExpression)
Appends the specified expression. |
void |
append(WhereExpression a_whereExpression,
int[] a_fromIndicies)
Appends the specified expression. |
int[] |
getFromIndicies()
Gets the value of the attribute: fromIndicies; 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. |
int |
setFromIndicies(int[] a_fromIndicies,
int a_offset)
This method sets the From clause indicies for components of the expression. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeWhereExpression(LogicalOperator a_logicalOperator)
a_logicalOperator - Logical operator used to connect expressions| Method Detail |
|---|
public void append(WhereExpression a_whereExpression,
int[] a_fromIndicies)
a_whereExpression - WhereExpression instance to appenda_fromIndicies - Indicies relative to a FromClause that will be used for validating and setting aliases when this expression is appended to a statementpublic void append(WhereExpression a_whereExpression)
a_whereExpression - WhereExpression instance to appendpublic int[] getFromIndicies()
getFromIndicies in interface WhereExpression
public int setFromIndicies(int[] a_fromIndicies,
int a_offset)
setFromIndicies in interface WhereExpressiona_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 | ||||||||