public interface Expression
Interface of query expressions
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPRESSION_BOOL |
static int |
EXPRESSION_SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
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() |
String |
toSQLExpression() |
String |
toString() |
static final int EXPRESSION_BOOL
static final int EXPRESSION_SIMPLE
String toSQLExpression()
Operator getOperator()
int getChildNum()
Expression getChild(int index)
index - the index of the child expressionboolean isSimpleExpression()
boolean isBoolExpression()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.