public interface SQLParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ALL
RegularExpression Id.
|
static int |
AND
RegularExpression Id.
|
static int |
ASC
RegularExpression Id.
|
static int |
ASTERISK
RegularExpression Id.
|
static int |
BETWEEN
RegularExpression Id.
|
static int |
BY
RegularExpression Id.
|
static int |
BYTE
RegularExpression Id.
|
static int |
CATALOG
RegularExpression Id.
|
static int |
CHAR
RegularExpression Id.
|
static int |
CLOSEPAR
RegularExpression Id.
|
static int |
COMMA
RegularExpression Id.
|
static int |
COMMENT_BLOCK
RegularExpression Id.
|
static int |
COMMENT_LINE
RegularExpression Id.
|
static int |
COUNT
RegularExpression Id.
|
static int |
CREATE
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DESC
RegularExpression Id.
|
static int |
DESCRIBE
RegularExpression Id.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DISABLE
RegularExpression Id.
|
static int |
DISTINCT
RegularExpression Id.
|
static int |
DOT
RegularExpression Id.
|
static int |
DOUBLE
RegularExpression Id.
|
static int |
DROP
RegularExpression Id.
|
static int |
ENABLE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQUAL
RegularExpression Id.
|
static int |
EXISTS
RegularExpression Id.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FLOAT
RegularExpression Id.
|
static int |
FLOATING_POINT_LITERAL
RegularExpression Id.
|
static int |
FROM
RegularExpression Id.
|
static int |
GREATER
RegularExpression Id.
|
static int |
GREATEREQUAL
RegularExpression Id.
|
static int |
GROUP
RegularExpression Id.
|
static int |
HASH
RegularExpression Id.
|
static int |
HAVING
RegularExpression Id.
|
static int |
ID
RegularExpression Id.
|
static int |
IN
RegularExpression Id.
|
static int |
INSERT
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
INTEGER_LITERAL
RegularExpression Id.
|
static int |
INTO
RegularExpression Id.
|
static int |
LESS
RegularExpression Id.
|
static int |
LESSEQUAL
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LONG
RegularExpression Id.
|
static int |
MAX
RegularExpression Id.
|
static int |
MIN
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NOTEQUAL
RegularExpression Id.
|
static int |
NOTEQUAL2
RegularExpression Id.
|
static int |
OPENPAR
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
ORDER
RegularExpression Id.
|
static int |
PERCENT
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
QUESTIONMARK
RegularExpression Id.
|
static int |
SELECT
RegularExpression Id.
|
static int |
SHORT
RegularExpression Id.
|
static int |
SLASH
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
STRING_LITERAL
RegularExpression Id.
|
static int |
SUM
RegularExpression Id.
|
static int |
TABLE
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
VALUES
RegularExpression Id.
|
static int |
WHERE
RegularExpression Id.
|
static final int EOF
static final int COMMENT_LINE
static final int COMMENT_BLOCK
static final int INTEGER_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int STRING_LITERAL
static final int ALL
static final int AND
static final int OR
static final int NOT
static final int SELECT
static final int FROM
static final int WHERE
static final int ORDER
static final int GROUP
static final int MAX
static final int MIN
static final int HAVING
static final int DISTINCT
static final int IN
static final int EXISTS
static final int COUNT
static final int ASC
static final int DESC
static final int SUM
static final int BY
static final int BETWEEN
static final int CREATE
static final int INSERT
static final int TABLE
static final int VALUES
static final int INTO
static final int DROP
static final int DESCRIBE
static final int CATALOG
static final int ENABLE
static final int DISABLE
static final int HASH
static final int DOT
static final int COMMA
static final int LESS
static final int LESSEQUAL
static final int GREATER
static final int GREATEREQUAL
static final int EQUAL
static final int NOTEQUAL
static final int NOTEQUAL2
static final int OPENPAR
static final int CLOSEPAR
static final int ASTERISK
static final int SLASH
static final int PLUS
static final int MINUS
static final int QUESTIONMARK
static final int PERCENT
static final int INTEGER
static final int LONG
static final int CHAR
static final int BYTE
static final int SHORT
static final int DOUBLE
static final int FLOAT
static final int STRING
static final int ID
static final int LETTER
static final int DIGIT
static final int DEFAULT
static final java.lang.String[] tokenImage