|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface of query expressions
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Field Summary | |
static int |
EXPRESSION_BOOL
|
static int |
EXPRESSION_SIMPLE
|
| Method Summary | |
Expression |
getChild(int index)
This method returns null for simple expressions. |
int |
getChildNum()
This method returns zero for simple expressions. |
Operator |
getOperator()
|
boolean |
isBoolExpression()
|
boolean |
isSimpleExpression()
|
java.lang.String |
toSQLExpression()
|
java.lang.String |
toString()
|
| Field Detail |
public static final int EXPRESSION_BOOL
public static final int EXPRESSION_SIMPLE
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toSQLExpression()
public Operator getOperator()
public int getChildNum()
public Expression getChild(int index)
index - the index of the child expression
public boolean isSimpleExpression()
public boolean isBoolExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||