org.axiondb.parser
Interface AxionSqlParserConstants

All Known Implementing Classes:
AxionSqlParser, AxionSqlParserTokenManager

public interface AxionSqlParserConstants


Field Summary
static int ACTION
           
static int ADD
           
static int ALL
           
static int ALTER
           
static int ALWAYS
           
static int AND
           
static int AS
           
static int ASC
           
static int ASSIGN
           
static int ASTERISK
           
static int BEGIN
           
static int BETWEEN
           
static int BIGINT
           
static int BINARY
           
static int BIT
           
static int BLOB
           
static int BLOCK_COMMENT
           
static int BOOLEAN
           
static int BOTH
           
static int BY
           
static int BYTE
           
static int CASCADE
           
static int CASE
           
static int CAST
           
static int CHAR
           
static int CHARACTER
           
static int CHECK
           
static int CLOB
           
static int CLOSEPAREN
           
static int COLUMN
           
static int COMMA
           
static int CONCAT
           
static int CONSTRAINT
           
static int CREATE
           
static int CURRENT_DATE
           
static int CURRENT_TIME
           
static int CURRENT_TIMESTAMP
           
static int CYCLE
           
static int DATA
           
static int DATABASE
           
static int DATE
           
static int DAY
           
static int DEC
           
static int DECIMAL
           
static int DEFAULT
           
static int DEFAULT_
           
static int DEFERRABLE
           
static int DEFERRED
           
static int DEFRAG
           
static int DELETE
           
static int DESC
           
static int DIGIT
           
static int DISTINCT
           
static int DOT
           
static int DOUBLE
           
static int DROP
           
static int ELSE
           
static int END
           
static int END_QUOTED_IDENTIFIER
           
static int EOF
           
static int EQUAL
           
static int ESCAPE
           
static int EXCEPTION
           
static int EXISTS
           
static int EXPLAIN
           
static int EXPONENT
           
static int EXTERNAL
           
static int EXTRACT
           
static int FALSE
           
static int FIRST
           
static int FLOAT
           
static int FLOATING_POINT_LITERAL
           
static int FOR
           
static int FOREIGN
           
static int FROM
           
static int FULL
           
static int GENERATED
           
static int GREATER
           
static int GREATEREQUAL
           
static int GROUP
           
static int HAVING
           
static int HOUR
           
static int ID
           
static int IDENTITY
           
static int IF
           
static int IMAGE
           
static int IMMEDIATE
           
static int IN
           
static int INCREMENT
           
static int INDEX
           
static int INITIALLY
           
static int INNER
           
static int INSERT
           
static int INT
           
static int INTEGER
           
static int INTEGER_LITERAL
           
static int INTO
           
static int IS
           
static int JAVA_OBJECT
           
static int JOIN
           
static int JOINPLUS
           
static int KEY
           
static int LARGE
           
static int LEADING
           
static int LEFT
           
static int LESS
           
static int LESSEQUAL
           
static int LETTER
           
static int LIKE
           
static int LIMIT
           
static int LINE_COMMENT
           
static int LINK
           
static int LONG
           
static int LONGVARBINARY
           
static int LONGVARCHAR
           
static int MATCHED
           
static int MAXVALUE
           
static int MERGE
           
static int MILLISECOND
           
static int MINUS
           
static int MINUTE
           
static int MINVALUE
           
static int MONTH
           
static int NEXT
           
static int NO
           
static int NOT
           
static int NOTEQUAL
           
static int NOTEQUAL2
           
static int NULL
           
static int NUMBER
           
static int NUMERIC
           
static int OBJECT
           
static int OFFSET
           
static int ON
           
static int OPENPAREN
           
static int OR
           
static int ORDER
           
static int ORGANIZATION
           
static int OUTER
           
static int PLUS
           
static int POSITION
           
static int PRIMARY
           
static int QUARTER
           
static int QUESTIONMARK
           
static int QUOTED_IDENTIFIER
           
static int RAW
           
static int REAL
           
static int REFERENCES
           
static int RENAME
           
static int RESTART
           
static int RESTRICT
           
static int RIGHT
           
static int SECOND
           
static int SELECT
           
static int SEMICOLON
           
static int SEQUENCE
           
static int SET
           
static int SHORT
           
static int SLASH
           
static int SMALLINT
           
static int SOUNDS
           
static int START
           
static int START_QUOTED_IDENTIFIER
           
static int STATE_QuotedIdentEnd
           
static int STATE_QuotedIdentStart
           
static int STRING
           
static int STRING_LITERAL
           
static int SUBSTRING
           
static int SYSDATE
           
static int TABLE
           
static int TEXT
           
static int THEN
           
static int TIME
           
static int TIMESTAMP
           
static int TINYINT
           
static int TO
           
static String[] tokenImage
           
static int TRAILING
           
static int TRIM
           
static int TRUE
           
static int TRUNCATE
           
static int UNIQUE
           
static int UPDATE
           
static int UPSERT
           
static int USER
           
static int USING
           
static int VALUE
           
static int VALUES
           
static int VARBINARY
           
static int VARCHAR
           
static int VARCHAR2
           
static int VARYING
           
static int VIEW
           
static int WEEK
           
static int WHEN
           
static int WHERE
           
static int WITH
           
static int YEAR
           
 

Field Detail

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

ACTION

static final int ACTION
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

ALWAYS

static final int ALWAYS
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

BOTH

static final int BOTH
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

CASCADE

static final int CASCADE
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

CURRENT_TIMESTAMP

static final int CURRENT_TIMESTAMP
See Also:
Constant Field Values

CURRENT_DATE

static final int CURRENT_DATE
See Also:
Constant Field Values

CURRENT_TIME

static final int CURRENT_TIME
See Also:
Constant Field Values

CYCLE

static final int CYCLE
See Also:
Constant Field Values

DATABASE

static final int DATABASE
See Also:
Constant Field Values

DATA

static final int DATA
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

ESCAPE

static final int ESCAPE
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

EXTRACT

static final int EXTRACT
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

FOR

static final int FOR
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

GENERATED

static final int GENERATED
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

IDENTITY

static final int IDENTITY
See Also:
Constant Field Values

IF

static final int IF
See Also:
Constant Field Values

INCREMENT

static final int INCREMENT
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

LEADING

static final int LEADING
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

MAXVALUE

static final int MAXVALUE
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

MINVALUE

static final int MINVALUE
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

NEXT

static final int NEXT
See Also:
Constant Field Values

NO

static final int NO
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

POSITION

static final int POSITION
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

RENAME

static final int RENAME
See Also:
Constant Field Values

RESTART

static final int RESTART
See Also:
Constant Field Values

RESTRICT

static final int RESTRICT
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

START

static final int START
See Also:
Constant Field Values

SUBSTRING

static final int SUBSTRING
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

TO

static final int TO
See Also:
Constant Field Values

TRAILING

static final int TRAILING
See Also:
Constant Field Values

TRIM

static final int TRIM
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

VALUE

static final int VALUE
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

BIT

static final int BIT
See Also:
Constant Field Values

BYTE

static final int BYTE
See Also:
Constant Field Values

INT

static final int INT
See Also:
Constant Field Values

REAL

static final int REAL
See Also:
Constant Field Values

CLOB

static final int CLOB
See Also:
Constant Field Values

BLOB

static final int BLOB
See Also:
Constant Field Values

CHAR

static final int CHAR
See Also:
Constant Field Values

CHARACTER

static final int CHARACTER
See Also:
Constant Field Values

DATE

static final int DATE
See Also:
Constant Field Values

TIME

static final int TIME
See Also:
Constant Field Values

FLOAT

static final int FLOAT
See Also:
Constant Field Values

BIGINT

static final int BIGINT
See Also:
Constant Field Values

LONG

static final int LONG
See Also:
Constant Field Values

RAW

static final int RAW
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

BINARY

static final int BINARY
See Also:
Constant Field Values

NUMERIC

static final int NUMERIC
See Also:
Constant Field Values

NUMBER

static final int NUMBER
See Also:
Constant Field Values

DECIMAL

static final int DECIMAL
See Also:
Constant Field Values

DEC

static final int DEC
See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
See Also:
Constant Field Values

TINYINT

static final int TINYINT
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

VARCHAR

static final int VARCHAR
See Also:
Constant Field Values

VARCHAR2

static final int VARCHAR2
See Also:
Constant Field Values

LONGVARCHAR

static final int LONGVARCHAR
See Also:
Constant Field Values

TEXT

static final int TEXT
See Also:
Constant Field Values

SMALLINT

static final int SMALLINT
See Also:
Constant Field Values

SHORT

static final int SHORT
See Also:
Constant Field Values

VARBINARY

static final int VARBINARY
See Also:
Constant Field Values

LONGVARBINARY

static final int LONGVARBINARY
See Also:
Constant Field Values

IMAGE

static final int IMAGE
See Also:
Constant Field Values

VARYING

static final int VARYING
See Also:
Constant Field Values

LARGE

static final int LARGE
See Also:
Constant Field Values

TIMESTAMP

static final int TIMESTAMP
See Also:
Constant Field Values

OBJECT

static final int OBJECT
See Also:
Constant Field Values

JAVA_OBJECT

static final int JAVA_OBJECT
See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
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