public interface SQLExpressionIF
| Modifier and Type | Field and Description |
|---|---|
static int |
AND
INTERNAL: Constant referring to the
SQLAnd class. |
static int |
EQUALS
INTERNAL: Constant referring to the
SQLEquals class. |
static int |
EXISTS
INTERNAL: Constant referring to the
SQLExists class. |
static int |
FALSE
INTERNAL: Constant referring to the
SQLFalse class. |
static int |
IN
INTERNAL: Constant referring to the
SQLIn class. |
static int |
IS_NULL
INTERNAL: Constant referring to the
SQLIsNull class. |
static int |
JOIN
INTERNAL: Constant referring to the
SQLJoin class. |
static int |
LIKE
INTERNAL: Constant referring to the
SQLLike class. |
static int |
NOT
INTERNAL: Constant referring to the
SQLNot class. |
static int |
NOT_EQUALS
INTERNAL: Constant referring to the
SQLNotEquals class. |
static int |
OR
INTERNAL: Constant referring to the
SQLOr class. |
static int |
SET_OPERATION
INTERNAL: Constant referring to the
SQLSetOperation class. |
static int |
VALUE_EXPRESSION
INTERNAL: Constant referring to the
SQLValueExpression class. |
static int |
VERBATIM
INTERNAL: Constant referring to the
SQLVerbatimExpression class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
INTERNAL: Returns the expression type.
|
static final int AND
SQLAnd class.static final int OR
SQLOr class.static final int NOT
SQLNot class.static final int EQUALS
SQLEquals class.static final int NOT_EQUALS
SQLNotEquals class.static final int IS_NULL
SQLIsNull class.static final int LIKE
SQLLike class.static final int VERBATIM
SQLVerbatimExpression class.static final int EXISTS
SQLExists class.static final int IN
SQLIn class.static final int FALSE
SQLFalse class.static final int JOIN
SQLJoin class.static final int VALUE_EXPRESSION
SQLValueExpression class.static final int SET_OPERATION
SQLSetOperation class.int getType()
SQLExpressionIF interface.