org.apache.beehive.controls.system.jdbc.parser
Interface SqlGrammarConstants
- All Known Implementing Classes:
- SqlGrammar, SqlGrammarTokenManager
public interface SqlGrammarConstants
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