org.apache.beehive.controls.system.jdbc.parser
Interface SqlGrammarConstants

All Known Implementing Classes:
SqlGrammar, SqlGrammarTokenManager

public interface SqlGrammarConstants


Field Summary
static int DEFAULT
           
static int DIGIT
           
static int ECMA_ESCAPE_SEQUENCE
           
static int END_EXPRESSION
           
static int EOF
           
static int HIT
           
static int IDENTIFIER
           
static int IN_EXPRESSION
           
static int IN_JDBC
           
static int IN_LITERAL
           
static int IN_PARAM
           
static int IN_SQLFN
           
static int JDBC_CALL
           
static int JDBC_DATE
           
static int JDBC_END
           
static int JDBC_ESCAPE
           
static int JDBC_FUNCTION
           
static int JDBC_LIT
           
static int JDBC_OUTERJOIN
           
static int JDBC_PARAM
           
static int JDBC_RET
           
static int JDBC_TIME
           
static int JDBC_TIMESTAMP
           
static int LETTER
           
static int NON_EXPRESSION_TEXT
           
static int PARAM_END
           
static int PARAM_IDENTIFIER
           
static int PARAM_LITERAL
           
static int PARAM_REFLECT_SEP
           
static int REFLECT_SEP
           
static int SQL_ESCAPE
           
static int SQL_FN
           
static int SQL_FN_COMMA
           
static int SQL_FN_END
           
static int SQL_FN_IDENTIFIER
           
static int SQL_FN_NM
           
static int SQL_FN_PAREN
           
static int SQL_FN_PEND
           
static int SQL_FN_PSTART
           
static int SQL_FN_WHITESPACE
           
static int SQL_SUBST
           
static int SQUOTE
           
static int START_EXPRESSION
           
static int STRING_LITERAL
           
static String[] tokenImage
           
static int WHITESPACE
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NON_EXPRESSION_TEXT

static final int NON_EXPRESSION_TEXT
See Also:
Constant Field Values

START_EXPRESSION

static final int START_EXPRESSION
See Also:
Constant Field Values

SQUOTE

static final int SQUOTE
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

ECMA_ESCAPE_SEQUENCE

static final int ECMA_ESCAPE_SEQUENCE
See Also:
Constant Field Values

HIT

static final int HIT
See Also:
Constant Field Values

END_EXPRESSION

static final int END_EXPRESSION
See Also:
Constant Field Values

REFLECT_SEP

static final int REFLECT_SEP
See Also:
Constant Field Values

SQL_ESCAPE

static final int SQL_ESCAPE
See Also:
Constant Field Values

SQL_SUBST

static final int SQL_SUBST
See Also:
Constant Field Values

SQL_FN

static final int SQL_FN
See Also:
Constant Field Values

JDBC_CALL

static final int JDBC_CALL
See Also:
Constant Field Values

JDBC_RET

static final int JDBC_RET
See Also:
Constant Field Values

JDBC_DATE

static final int JDBC_DATE
See Also:
Constant Field Values

JDBC_TIME

static final int JDBC_TIME
See Also:
Constant Field Values

JDBC_TIMESTAMP

static final int JDBC_TIMESTAMP
See Also:
Constant Field Values

JDBC_FUNCTION

static final int JDBC_FUNCTION
See Also:
Constant Field Values

JDBC_ESCAPE

static final int JDBC_ESCAPE
See Also:
Constant Field Values

JDBC_OUTERJOIN

static final int JDBC_OUTERJOIN
See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
See Also:
Constant Field Values

IDENTIFIER

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

SQL_FN_END

static final int SQL_FN_END
See Also:
Constant Field Values

SQL_FN_NM

static final int SQL_FN_NM
See Also:
Constant Field Values

SQL_FN_PAREN

static final int SQL_FN_PAREN
See Also:
Constant Field Values

SQL_FN_COMMA

static final int SQL_FN_COMMA
See Also:
Constant Field Values

SQL_FN_PSTART

static final int SQL_FN_PSTART
See Also:
Constant Field Values

SQL_FN_PEND

static final int SQL_FN_PEND
See Also:
Constant Field Values

SQL_FN_WHITESPACE

static final int SQL_FN_WHITESPACE
See Also:
Constant Field Values

SQL_FN_IDENTIFIER

static final int SQL_FN_IDENTIFIER
See Also:
Constant Field Values

JDBC_END

static final int JDBC_END
See Also:
Constant Field Values

JDBC_LIT

static final int JDBC_LIT
See Also:
Constant Field Values

JDBC_PARAM

static final int JDBC_PARAM
See Also:
Constant Field Values

PARAM_IDENTIFIER

static final int PARAM_IDENTIFIER
See Also:
Constant Field Values

PARAM_REFLECT_SEP

static final int PARAM_REFLECT_SEP
See Also:
Constant Field Values

PARAM_LITERAL

static final int PARAM_LITERAL
See Also:
Constant Field Values

PARAM_END

static final int PARAM_END
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_LITERAL

static final int IN_LITERAL
See Also:
Constant Field Values

IN_EXPRESSION

static final int IN_EXPRESSION
See Also:
Constant Field Values

IN_SQLFN

static final int IN_SQLFN
See Also:
Constant Field Values

IN_JDBC

static final int IN_JDBC
See Also:
Constant Field Values

IN_PARAM

static final int IN_PARAM
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage