parser
Interface MiniSqlConstants

All Known Implementing Classes:
MiniSql, MiniSqlTokenManager

public interface MiniSqlConstants


Field Summary
static int DEFAULT
           
static int DIGIT
           
static int EOF
           
static int K_AND
           
static int K_BY
           
static int K_CREATE
           
static int K_DELETE
           
static int K_DESC
           
static int K_DESCRIBE
           
static int K_DISTINCT
           
static int K_DROP
           
static int K_EXPLAIN
           
static int K_FLOAT
           
static int K_FROM
           
static int K_HELP
           
static int K_INDEX
           
static int K_INSERT
           
static int K_INTEGER
           
static int K_INTO
           
static int K_ON
           
static int K_OR
           
static int K_ORDER
           
static int K_QUIT
           
static int K_SELECT
           
static int K_SET
           
static int K_STATS
           
static int K_STRING
           
static int K_TABLE
           
static int K_UPDATE
           
static int K_VALUES
           
static int K_WHERE
           
static int LETTER
           
static int LINE_COMMENT
           
static int MULTI_LINE_COMMENT
           
static int O_COMMA
           
static int O_EQ
           
static int O_GT
           
static int O_GTE
           
static int O_LPAREN
           
static int O_LT
           
static int O_LTE
           
static int O_NEQ
           
static int O_RPAREN
           
static int O_SEMI
           
static int O_STAR
           
static int S_FLOAT
           
static int S_IDENTIFIER
           
static int S_INTEGER
           
static int S_STRING
           
static int SPECIAL_CHAR
           
static java.lang.String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

K_AND

static final int K_AND
See Also:
Constant Field Values

K_BY

static final int K_BY
See Also:
Constant Field Values

K_CREATE

static final int K_CREATE
See Also:
Constant Field Values

K_DELETE

static final int K_DELETE
See Also:
Constant Field Values

K_DESC

static final int K_DESC
See Also:
Constant Field Values

K_DESCRIBE

static final int K_DESCRIBE
See Also:
Constant Field Values

K_DISTINCT

static final int K_DISTINCT
See Also:
Constant Field Values

K_DROP

static final int K_DROP
See Also:
Constant Field Values

K_EXPLAIN

static final int K_EXPLAIN
See Also:
Constant Field Values

K_HELP

static final int K_HELP
See Also:
Constant Field Values

K_FLOAT

static final int K_FLOAT
See Also:
Constant Field Values

K_FROM

static final int K_FROM
See Also:
Constant Field Values

K_INDEX

static final int K_INDEX
See Also:
Constant Field Values

K_INSERT

static final int K_INSERT
See Also:
Constant Field Values

K_INTEGER

static final int K_INTEGER
See Also:
Constant Field Values

K_INTO

static final int K_INTO
See Also:
Constant Field Values

K_ON

static final int K_ON
See Also:
Constant Field Values

K_OR

static final int K_OR
See Also:
Constant Field Values

K_ORDER

static final int K_ORDER
See Also:
Constant Field Values

K_QUIT

static final int K_QUIT
See Also:
Constant Field Values

K_SELECT

static final int K_SELECT
See Also:
Constant Field Values

K_SET

static final int K_SET
See Also:
Constant Field Values

K_STRING

static final int K_STRING
See Also:
Constant Field Values

K_STATS

static final int K_STATS
See Also:
Constant Field Values

K_TABLE

static final int K_TABLE
See Also:
Constant Field Values

K_UPDATE

static final int K_UPDATE
See Also:
Constant Field Values

K_VALUES

static final int K_VALUES
See Also:
Constant Field Values

K_WHERE

static final int K_WHERE
See Also:
Constant Field Values

O_EQ

static final int O_EQ
See Also:
Constant Field Values

O_NEQ

static final int O_NEQ
See Also:
Constant Field Values

O_GT

static final int O_GT
See Also:
Constant Field Values

O_GTE

static final int O_GTE
See Also:
Constant Field Values

O_LT

static final int O_LT
See Also:
Constant Field Values

O_LTE

static final int O_LTE
See Also:
Constant Field Values

O_LPAREN

static final int O_LPAREN
See Also:
Constant Field Values

O_RPAREN

static final int O_RPAREN
See Also:
Constant Field Values

O_COMMA

static final int O_COMMA
See Also:
Constant Field Values

O_SEMI

static final int O_SEMI
See Also:
Constant Field Values

O_STAR

static final int O_STAR
See Also:
Constant Field Values

S_INTEGER

static final int S_INTEGER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

S_FLOAT

static final int S_FLOAT
See Also:
Constant Field Values

S_IDENTIFIER

static final int S_IDENTIFIER
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

SPECIAL_CHAR

static final int SPECIAL_CHAR
See Also:
Constant Field Values

S_STRING

static final int S_STRING
See Also:
Constant Field Values

LINE_COMMENT

static final int LINE_COMMENT
See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage