public interface EjbQLParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ABS
RegularExpression Id.
|
static int |
AND
RegularExpression Id.
|
static int |
AS
RegularExpression Id.
|
static int |
ASC
RegularExpression Id.
|
static int |
BETWEEN
RegularExpression Id.
|
static int |
BOOLEAN_LITERAL
RegularExpression Id.
|
static int |
BOTH
RegularExpression Id.
|
static int |
BY
RegularExpression Id.
|
static int |
CHAR_LITERAL
RegularExpression Id.
|
static int |
CONCAT
RegularExpression Id.
|
static int |
CONCATE
RegularExpression Id.
|
static int |
CURRENT_DATE
RegularExpression Id.
|
static int |
CURRENT_TIME
RegularExpression Id.
|
static int |
CURRENT_TIMESTAMP
RegularExpression Id.
|
static int |
DATE
RegularExpression Id.
|
static int |
DATE_LITERAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DESC
RegularExpression Id.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DISTINCT
RegularExpression Id.
|
static int |
DIVIDE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQUAL
RegularExpression Id.
|
static int |
ESCAPE
RegularExpression Id.
|
static int |
FALSE
RegularExpression Id.
|
static int |
FLOAT_LITERAL
RegularExpression Id.
|
static int |
FROM
RegularExpression Id.
|
static int |
GREATEREQUAL
RegularExpression Id.
|
static int |
GREATERTHAN
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IN
RegularExpression Id.
|
static int |
INTEGER_LITERAL
RegularExpression Id.
|
static int |
IS
RegularExpression Id.
|
static int |
IS_DEFINED
RegularExpression Id.
|
static int |
IS_UNDEFINED
RegularExpression Id.
|
static int |
LEADING
RegularExpression Id.
|
static int |
LENGTH
RegularExpression Id.
|
static int |
LESSEQUAL
RegularExpression Id.
|
static int |
LESSTHAN
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LIKE
RegularExpression Id.
|
static int |
LIMIT
RegularExpression Id.
|
static int |
LOCATE
RegularExpression Id.
|
static int |
LOWER
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
MOD
RegularExpression Id.
|
static int |
MULTIPLY
RegularExpression Id.
|
static int |
NIL
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NOTEQUAL
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
OBJECT
RegularExpression Id.
|
static int |
OFFSET
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
ORDER
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
REMAINDER
RegularExpression Id.
|
static int |
SELECT
RegularExpression Id.
|
static int |
SQRT
RegularExpression Id.
|
static int |
SUBSTRING
RegularExpression Id.
|
static int |
TIME
RegularExpression Id.
|
static int |
TIME_LITERAL
RegularExpression Id.
|
static int |
TIMESTAMP
RegularExpression Id.
|
static int |
TIMESTAMP_LITERAL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRAILING
RegularExpression Id.
|
static int |
TRIM
RegularExpression Id.
|
static int |
TRUE
RegularExpression Id.
|
static int |
UNDEFINED
RegularExpression Id.
|
static int |
UPPER
RegularExpression Id.
|
static int |
WHERE
RegularExpression Id.
|
static final int EOF
static final int PLUS
static final int MINUS
static final int CONCATE
static final int MULTIPLY
static final int DIVIDE
static final int REMAINDER
static final int GREATERTHAN
static final int LESSTHAN
static final int GREATEREQUAL
static final int LESSEQUAL
static final int EQUAL
static final int NOTEQUAL
static final int AS
static final int IS
static final int IN
static final int BY
static final int OR
static final int ABS
static final int MOD
static final int NIL
static final int AND
static final int NOT
static final int ASC
static final int DESC
static final int NULL
static final int FROM
static final int BOTH
static final int TRIM
static final int TIME
static final int LIKE
static final int DATE
static final int SQRT
static final int ORDER
static final int WHERE
static final int LIMIT
static final int LOWER
static final int UPPER
static final int SELECT
static final int OFFSET
static final int OBJECT
static final int CONCAT
static final int ESCAPE
static final int LENGTH
static final int LOCATE
static final int BETWEEN
static final int LEADING
static final int TRAILING
static final int DISTINCT
static final int SUBSTRING
static final int TIMESTAMP
static final int UNDEFINED
static final int IS_DEFINED
static final int IS_UNDEFINED
static final int CURRENT_DATE
static final int CURRENT_TIME
static final int CURRENT_TIMESTAMP
static final int BOOLEAN_LITERAL
static final int INTEGER_LITERAL
static final int FLOAT_LITERAL
static final int TIMESTAMP_LITERAL
static final int DATE_LITERAL
static final int TIME_LITERAL
static final int CHAR_LITERAL
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int TRUE
static final int FALSE
static final int DEFAULT
static final String[] tokenImage
Copyright © 2014. All rights reserved.