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