接口 SqlStatementParserTokenTypes
-
- 所有已知实现类:
SqlStatementLexer,SqlStatementParser
public interface SqlStatementParserTokenTypes
-
-
字段概要
字段 修饰符和类型 字段 说明 static intEOFstatic intESCqsstatic intLINE_COMMENTstatic intMULTILINE_COMMENTstatic intNOT_STMT_ENDstatic intNULL_TREE_LOOKAHEADstatic intQUOTED_STRINGstatic intSTMT_END
-
-
-
字段详细资料
-
EOF
static final int EOF
- 另请参阅:
- 常量字段值
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- 另请参阅:
- 常量字段值
-
NOT_STMT_END
static final int NOT_STMT_END
- 另请参阅:
- 常量字段值
-
QUOTED_STRING
static final int QUOTED_STRING
- 另请参阅:
- 常量字段值
-
STMT_END
static final int STMT_END
- 另请参阅:
- 常量字段值
-
ESCqs
static final int ESCqs
- 另请参阅:
- 常量字段值
-
LINE_COMMENT
static final int LINE_COMMENT
- 另请参阅:
- 常量字段值
-
MULTILINE_COMMENT
static final int MULTILINE_COMMENT
- 另请参阅:
- 常量字段值
-
-