net.sf.jsqlparser.parser
Interface CCJSqlParserConstants

All Known Implementing Classes:
CCJSqlParser, CCJSqlParserTokenManager

public interface CCJSqlParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int K_ALL
          RegularExpression Id.
static int K_AND
          RegularExpression Id.
static int K_ANY
          RegularExpression Id.
static int K_AS
          RegularExpression Id.
static int K_ASC
          RegularExpression Id.
static int K_BEGIN
          RegularExpression Id.
static int K_BETWEEN
          RegularExpression Id.
static int K_BY
          RegularExpression Id.
static int K_CASE
          RegularExpression Id.
static int K_CREATE
          RegularExpression Id.
static int K_DELETE
          RegularExpression Id.
static int K_DESC
          RegularExpression Id.
static int K_DISTINCT
          RegularExpression Id.
static int K_DO
          RegularExpression Id.
static int K_DROP
          RegularExpression Id.
static int K_ELSE
          RegularExpression Id.
static int K_END
          RegularExpression Id.
static int K_ESCAPE
          RegularExpression Id.
static int K_EXISTS
          RegularExpression Id.
static int K_FROM
          RegularExpression Id.
static int K_GROUP
          RegularExpression Id.
static int K_HAVING
          RegularExpression Id.
static int K_IN
          RegularExpression Id.
static int K_INDEX
          RegularExpression Id.
static int K_INNER
          RegularExpression Id.
static int K_INSERT
          RegularExpression Id.
static int K_INTERSECT
          RegularExpression Id.
static int K_INTO
          RegularExpression Id.
static int K_IS
          RegularExpression Id.
static int K_JOIN
          RegularExpression Id.
static int K_KEY
          RegularExpression Id.
static int K_LEFT
          RegularExpression Id.
static int K_LIKE
          RegularExpression Id.
static int K_LIMIT
          RegularExpression Id.
static int K_NATURAL
          RegularExpression Id.
static int K_NOT
          RegularExpression Id.
static int K_NULL
          RegularExpression Id.
static int K_OFFSET
          RegularExpression Id.
static int K_ON
          RegularExpression Id.
static int K_OPEN
          RegularExpression Id.
static int K_OR
          RegularExpression Id.
static int K_ORDER
          RegularExpression Id.
static int K_OUTER
          RegularExpression Id.
static int K_PRIMARY
          RegularExpression Id.
static int K_REPLACE
          RegularExpression Id.
static int K_SELECT
          RegularExpression Id.
static int K_SET
          RegularExpression Id.
static int K_TABLE
          RegularExpression Id.
static int K_THEN
          RegularExpression Id.
static int K_TOP
          RegularExpression Id.
static int K_TRUNCATE
          RegularExpression Id.
static int K_UNION
          RegularExpression Id.
static int K_UPDATE
          RegularExpression Id.
static int K_USING
          RegularExpression Id.
static int K_VALUES
          RegularExpression Id.
static int K_WHEN
          RegularExpression Id.
static int K_WHERE
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LINE_COMMENT
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int S_CHAR_LITERAL
          RegularExpression Id.
static int S_DOUBLE
          RegularExpression Id.
static int S_IDENTIFIER
          RegularExpression Id.
static int S_INTEGER
          RegularExpression Id.
static int S_QUOTED_IDENTIFIER
          RegularExpression Id.
static int SPECIAL_CHARS
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

K_AS

static final int K_AS
RegularExpression Id.

See Also:
Constant Field Values

K_BY

static final int K_BY
RegularExpression Id.

See Also:
Constant Field Values

K_DO

static final int K_DO
RegularExpression Id.

See Also:
Constant Field Values

K_IS

static final int K_IS
RegularExpression Id.

See Also:
Constant Field Values

K_IN

static final int K_IN
RegularExpression Id.

See Also:
Constant Field Values

K_OR

static final int K_OR
RegularExpression Id.

See Also:
Constant Field Values

K_ON

static final int K_ON
RegularExpression Id.

See Also:
Constant Field Values

K_ALL

static final int K_ALL
RegularExpression Id.

See Also:
Constant Field Values

K_AND

static final int K_AND
RegularExpression Id.

See Also:
Constant Field Values

K_KEY

static final int K_KEY
RegularExpression Id.

See Also:
Constant Field Values

K_NOT

static final int K_NOT
RegularExpression Id.

See Also:
Constant Field Values

K_ANY

static final int K_ANY
RegularExpression Id.

See Also:
Constant Field Values

K_SET

static final int K_SET
RegularExpression Id.

See Also:
Constant Field Values

K_ASC

static final int K_ASC
RegularExpression Id.

See Also:
Constant Field Values

K_TOP

static final int K_TOP
RegularExpression Id.

See Also:
Constant Field Values

K_END

static final int K_END
RegularExpression Id.

See Also:
Constant Field Values

K_DESC

static final int K_DESC
RegularExpression Id.

See Also:
Constant Field Values

K_INTO

static final int K_INTO
RegularExpression Id.

See Also:
Constant Field Values

K_NULL

static final int K_NULL
RegularExpression Id.

See Also:
Constant Field Values

K_LIKE

static final int K_LIKE
RegularExpression Id.

See Also:
Constant Field Values

K_DROP

static final int K_DROP
RegularExpression Id.

See Also:
Constant Field Values

K_JOIN

static final int K_JOIN
RegularExpression Id.

See Also:
Constant Field Values

K_LEFT

static final int K_LEFT
RegularExpression Id.

See Also:
Constant Field Values

K_FROM

static final int K_FROM
RegularExpression Id.

See Also:
Constant Field Values

K_OPEN

static final int K_OPEN
RegularExpression Id.

See Also:
Constant Field Values

K_CASE

static final int K_CASE
RegularExpression Id.

See Also:
Constant Field Values

K_WHEN

static final int K_WHEN
RegularExpression Id.

See Also:
Constant Field Values

K_THEN

static final int K_THEN
RegularExpression Id.

See Also:
Constant Field Values

K_ELSE

static final int K_ELSE
RegularExpression Id.

See Also:
Constant Field Values

K_TABLE

static final int K_TABLE
RegularExpression Id.

See Also:
Constant Field Values

K_WHERE

static final int K_WHERE
RegularExpression Id.

See Also:
Constant Field Values

K_USING

static final int K_USING
RegularExpression Id.

See Also:
Constant Field Values

K_UNION

static final int K_UNION
RegularExpression Id.

See Also:
Constant Field Values

K_GROUP

static final int K_GROUP
RegularExpression Id.

See Also:
Constant Field Values

K_BEGIN

static final int K_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

K_INDEX

static final int K_INDEX
RegularExpression Id.

See Also:
Constant Field Values

K_INNER

static final int K_INNER
RegularExpression Id.

See Also:
Constant Field Values

K_LIMIT

static final int K_LIMIT
RegularExpression Id.

See Also:
Constant Field Values

K_OUTER

static final int K_OUTER
RegularExpression Id.

See Also:
Constant Field Values

K_ORDER

static final int K_ORDER
RegularExpression Id.

See Also:
Constant Field Values

K_DELETE

static final int K_DELETE
RegularExpression Id.

See Also:
Constant Field Values

K_CREATE

static final int K_CREATE
RegularExpression Id.

See Also:
Constant Field Values

K_SELECT

static final int K_SELECT
RegularExpression Id.

See Also:
Constant Field Values

K_OFFSET

static final int K_OFFSET
RegularExpression Id.

See Also:
Constant Field Values

K_EXISTS

static final int K_EXISTS
RegularExpression Id.

See Also:
Constant Field Values

K_HAVING

static final int K_HAVING
RegularExpression Id.

See Also:
Constant Field Values

K_INSERT

static final int K_INSERT
RegularExpression Id.

See Also:
Constant Field Values

K_UPDATE

static final int K_UPDATE
RegularExpression Id.

See Also:
Constant Field Values

K_VALUES

static final int K_VALUES
RegularExpression Id.

See Also:
Constant Field Values

K_ESCAPE

static final int K_ESCAPE
RegularExpression Id.

See Also:
Constant Field Values

K_PRIMARY

static final int K_PRIMARY
RegularExpression Id.

See Also:
Constant Field Values

K_NATURAL

static final int K_NATURAL
RegularExpression Id.

See Also:
Constant Field Values

K_REPLACE

static final int K_REPLACE
RegularExpression Id.

See Also:
Constant Field Values

K_BETWEEN

static final int K_BETWEEN
RegularExpression Id.

See Also:
Constant Field Values

K_TRUNCATE

static final int K_TRUNCATE
RegularExpression Id.

See Also:
Constant Field Values

K_DISTINCT

static final int K_DISTINCT
RegularExpression Id.

See Also:
Constant Field Values

K_INTERSECT

static final int K_INTERSECT
RegularExpression Id.

See Also:
Constant Field Values

S_DOUBLE

static final int S_DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

S_INTEGER

static final int S_INTEGER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

LINE_COMMENT

static final int LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

S_IDENTIFIER

static final int S_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

SPECIAL_CHARS

static final int SPECIAL_CHARS
RegularExpression Id.

See Also:
Constant Field Values

S_CHAR_LITERAL

static final int S_CHAR_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

S_QUOTED_IDENTIFIER

static final int S_QUOTED_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.