org.axiondb.parser
Interface AxionSqlParserConstants
- All Known Implementing Classes:
- AxionSqlParser, AxionSqlParserTokenManager
public interface AxionSqlParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
LINE_COMMENT
static final int LINE_COMMENT
- See Also:
- Constant Field Values
BLOCK_COMMENT
static final int BLOCK_COMMENT
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
ALL
static final int ALL
- See Also:
- Constant Field Values
ALTER
static final int ALTER
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
AS
static final int AS
- See Also:
- Constant Field Values
ASC
static final int ASC
- See Also:
- Constant Field Values
BEGIN
static final int BEGIN
- See Also:
- Constant Field Values
BETWEEN
static final int BETWEEN
- See Also:
- Constant Field Values
BY
static final int BY
- See Also:
- Constant Field Values
CAST
static final int CAST
- See Also:
- Constant Field Values
CASE
static final int CASE
- See Also:
- Constant Field Values
CHECK
static final int CHECK
- See Also:
- Constant Field Values
CREATE
static final int CREATE
- See Also:
- Constant Field Values
COLUMN
static final int COLUMN
- See Also:
- Constant Field Values
CONSTRAINT
static final int CONSTRAINT
- See Also:
- Constant Field Values
DATABASE
static final int DATABASE
- See Also:
- Constant Field Values
DAY
static final int DAY
- See Also:
- Constant Field Values
DEFAULT_
static final int DEFAULT_
- See Also:
- Constant Field Values
DEFERRED
static final int DEFERRED
- See Also:
- Constant Field Values
DEFERRABLE
static final int DEFERRABLE
- See Also:
- Constant Field Values
DEFRAG
static final int DEFRAG
- See Also:
- Constant Field Values
DELETE
static final int DELETE
- See Also:
- Constant Field Values
DESC
static final int DESC
- See Also:
- Constant Field Values
DISTINCT
static final int DISTINCT
- See Also:
- Constant Field Values
DROP
static final int DROP
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
END
static final int END
- See Also:
- Constant Field Values
EXCEPTION
static final int EXCEPTION
- See Also:
- Constant Field Values
EXISTS
static final int EXISTS
- See Also:
- Constant Field Values
EXPLAIN
static final int EXPLAIN
- See Also:
- Constant Field Values
EXTERNAL
static final int EXTERNAL
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
FIRST
static final int FIRST
- See Also:
- Constant Field Values
FOREIGN
static final int FOREIGN
- See Also:
- Constant Field Values
FROM
static final int FROM
- See Also:
- Constant Field Values
FULL
static final int FULL
- See Also:
- Constant Field Values
GROUP
static final int GROUP
- See Also:
- Constant Field Values
HAVING
static final int HAVING
- See Also:
- Constant Field Values
HOUR
static final int HOUR
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
IMMEDIATE
static final int IMMEDIATE
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
INITIALLY
static final int INITIALLY
- See Also:
- Constant Field Values
INDEX
static final int INDEX
- See Also:
- Constant Field Values
INNER
static final int INNER
- See Also:
- Constant Field Values
INSERT
static final int INSERT
- See Also:
- Constant Field Values
INTO
static final int INTO
- See Also:
- Constant Field Values
IS
static final int IS
- See Also:
- Constant Field Values
JOIN
static final int JOIN
- See Also:
- Constant Field Values
KEY
static final int KEY
- See Also:
- Constant Field Values
LEFT
static final int LEFT
- 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
LINK
static final int LINK
- See Also:
- Constant Field Values
MATCHED
static final int MATCHED
- See Also:
- Constant Field Values
MERGE
static final int MERGE
- See Also:
- Constant Field Values
MINUTE
static final int MINUTE
- See Also:
- Constant Field Values
MILLISECOND
static final int MILLISECOND
- See Also:
- Constant Field Values
MONTH
static final int MONTH
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
OFFSET
static final int OFFSET
- See Also:
- Constant Field Values
ON
static final int ON
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
ORDER
static final int ORDER
- See Also:
- Constant Field Values
ORGANIZATION
static final int ORGANIZATION
- See Also:
- Constant Field Values
OUTER
static final int OUTER
- See Also:
- Constant Field Values
PRIMARY
static final int PRIMARY
- See Also:
- Constant Field Values
QUARTER
static final int QUARTER
- See Also:
- Constant Field Values
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
REFERENCES
static final int REFERENCES
- See Also:
- Constant Field Values
SECOND
static final int SECOND
- See Also:
- Constant Field Values
SELECT
static final int SELECT
- See Also:
- Constant Field Values
SEQUENCE
static final int SEQUENCE
- See Also:
- Constant Field Values
SET
static final int SET
- See Also:
- Constant Field Values
SOUNDS
static final int SOUNDS
- See Also:
- Constant Field Values
STARTS
static final int STARTS
- See Also:
- Constant Field Values
SYSDATE
static final int SYSDATE
- See Also:
- Constant Field Values
TABLE
static final int TABLE
- See Also:
- Constant Field Values
THEN
static final int THEN
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
TRUNCATE
static final int TRUNCATE
- See Also:
- Constant Field Values
UNIQUE
static final int UNIQUE
- See Also:
- Constant Field Values
UPDATE
static final int UPDATE
- See Also:
- Constant Field Values
UPSERT
static final int UPSERT
- See Also:
- Constant Field Values
USER
static final int USER
- See Also:
- Constant Field Values
USING
static final int USING
- See Also:
- Constant Field Values
VALUES
static final int VALUES
- See Also:
- Constant Field Values
VIEW
static final int VIEW
- See Also:
- Constant Field Values
WEEK
static final int WEEK
- See Also:
- Constant Field Values
WHEN
static final int WHEN
- See Also:
- Constant Field Values
WHERE
static final int WHERE
- See Also:
- Constant Field Values
WITH
static final int WITH
- See Also:
- Constant Field Values
YEAR
static final int YEAR
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
CONCAT
static final int CONCAT
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
LESS
static final int LESS
- See Also:
- Constant Field Values
LESSEQUAL
static final int LESSEQUAL
- See Also:
- Constant Field Values
GREATER
static final int GREATER
- See Also:
- Constant Field Values
GREATEREQUAL
static final int GREATEREQUAL
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
NOTEQUAL
static final int NOTEQUAL
- See Also:
- Constant Field Values
NOTEQUAL2
static final int NOTEQUAL2
- See Also:
- Constant Field Values
JOINPLUS
static final int JOINPLUS
- See Also:
- Constant Field Values
OPENPAREN
static final int OPENPAREN
- See Also:
- Constant Field Values
CLOSEPAREN
static final int CLOSEPAREN
- See Also:
- Constant Field Values
ASTERISK
static final int ASTERISK
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
QUESTIONMARK
static final int QUESTIONMARK
- See Also:
- Constant Field Values
START_QUOTED_IDENTIFIER
static final int START_QUOTED_IDENTIFIER
- See Also:
- Constant Field Values
QUOTED_IDENTIFIER
static final int QUOTED_IDENTIFIER
- See Also:
- Constant Field Values
END_QUOTED_IDENTIFIER
static final int END_QUOTED_IDENTIFIER
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
STATE_QuotedIdentStart
static final int STATE_QuotedIdentStart
- See Also:
- Constant Field Values
STATE_QuotedIdentEnd
static final int STATE_QuotedIdentEnd
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage