Interface sym
-
public interface sym
CUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
static int
ANALYZER
static int
AND
static int
AS
static int
ASC
static int
BETWEEN
static int
COMMA
static int
DATE
static int
DESC
static int
DISTINCT
static int
DIV
static int
DOUBLE
static int
EOF
static int
EQ
static int
error
static int
ES_IDENTIFIER
static int
FROM
static int
FROM_IDENTIFIER
static int
GROUPBY
static int
GT
static int
GTEQ
static int
HAVING
static int
IDENTIFIER
static int
ILIKE
static int
IN
static int
INDEX
static int
INTEGER
static int
IS
static int
ISNOTNULL
static int
ISNULL
static int
LHINT_ES
static int
LIKE
static int
LIMIT
static int
LOCATION
static int
LPARA
static int
LT
static int
LTEQ
static int
MUL
static int
NOT
static int
NOTBETWEEN
static int
NOTEQ
static int
NOTILIKE
static int
NOTIN
static int
NOTLIKE
static int
NULL
static int
OFFSET
static int
OPERATOR
static int
OR
static int
ORDERBY
static int
PATH_IDENTIFIER
static int
RHINT
static int
RPARA
static int
SELECT
static int
STARTSWITH
static int
STRING
static int
SUB
static int
SUM
static int
TIMESTAMP
static int
TYPE
static int
WHERE
-
-
-
Field Detail
-
GROUPBY
static final int GROUPBY
- See Also:
- Constant Field Values
-
STARTSWITH
static final int STARTSWITH
- See Also:
- Constant Field Values
-
GTEQ
static final int GTEQ
- See Also:
- Constant Field Values
-
LPARA
static final int LPARA
- See Also:
- Constant Field Values
-
LTEQ
static final int LTEQ
- See Also:
- Constant Field Values
-
DESC
static final int DESC
- See Also:
- Constant Field Values
-
ISNOTNULL
static final int ISNOTNULL
- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
-
BETWEEN
static final int BETWEEN
- See Also:
- Constant Field Values
-
NOTILIKE
static final int NOTILIKE
- See Also:
- Constant Field Values
-
DATE
static final int DATE
- See Also:
- Constant Field Values
-
ORDERBY
static final int ORDERBY
- See Also:
- Constant Field Values
-
WHERE
static final int WHERE
- See Also:
- Constant Field Values
-
IS
static final int IS
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
AND
static final int AND
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
RHINT
static final int RHINT
- See Also:
- Constant Field Values
-
OFFSET
static final int OFFSET
- See Also:
- Constant Field Values
-
TYPE
static final int TYPE
- See Also:
- Constant Field Values
-
IN
static final int IN
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
LOCATION
static final int LOCATION
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
DIV
static final int DIV
- See Also:
- Constant Field Values
-
SELECT
static final int SELECT
- See Also:
- Constant Field Values
-
RPARA
static final int RPARA
- See Also:
- Constant Field Values
-
PATH_IDENTIFIER
static final int PATH_IDENTIFIER
- See Also:
- Constant Field Values
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NOTLIKE
static final int NOTLIKE
- See Also:
- Constant Field Values
-
error
static final int error
- See Also:
- Constant Field Values
-
DISTINCT
static final int DISTINCT
- See Also:
- Constant Field Values
-
LHINT_ES
static final int LHINT_ES
- See Also:
- Constant Field Values
-
ISNULL
static final int ISNULL
- See Also:
- Constant Field Values
-
MUL
static final int MUL
- See Also:
- Constant Field Values
-
LIKE
static final int LIKE
- See Also:
- Constant Field Values
-
LIMIT
static final int LIMIT
- See Also:
- Constant Field Values
-
ES_IDENTIFIER
static final int ES_IDENTIFIER
- See Also:
- Constant Field Values
-
ILIKE
static final int ILIKE
- See Also:
- Constant Field Values
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
TIMESTAMP
static final int TIMESTAMP
- See Also:
- Constant Field Values
-
NOTBETWEEN
static final int NOTBETWEEN
- See Also:
- Constant Field Values
-
EQ
static final int EQ
- See Also:
- Constant Field Values
-
FROM
static final int FROM
- See Also:
- Constant Field Values
-
ASC
static final int ASC
- See Also:
- Constant Field Values
-
NOTIN
static final int NOTIN
- See Also:
- Constant Field Values
-
INDEX
static final int INDEX
- See Also:
- Constant Field Values
-
ANALYZER
static final int ANALYZER
- See Also:
- Constant Field Values
-
SUM
static final int SUM
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
OPERATOR
static final int OPERATOR
- See Also:
- Constant Field Values
-
ALL
static final int ALL
- See Also:
- Constant Field Values
-
AS
static final int AS
- See Also:
- Constant Field Values
-
GT
static final int GT
- See Also:
- Constant Field Values
-
SUB
static final int SUB
- See Also:
- Constant Field Values
-
FROM_IDENTIFIER
static final int FROM_IDENTIFIER
- See Also:
- Constant Field Values
-
NOTEQ
static final int NOTEQ
- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
-
HAVING
static final int HAVING
- See Also:
- Constant Field Values
-
-