Package org.hibernate.tool.schema.ast
Interface GeneratedSqlScriptParserTokenTypes
-
- All Known Implementing Classes:
GeneratedSqlScriptParser,SqlScriptLexer,SqlScriptParser
public interface GeneratedSqlScriptParserTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intBLOCK_COMMENTstatic intCHARstatic intDELIMITERstatic intEOFstatic intESCqsstatic intLINE_COMMENTstatic intNEWLINEstatic intNULL_TREE_LOOKAHEADstatic intQUOTED_TEXTstatic intSPACEstatic intTAB
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
DELIMITER
static final int DELIMITER
- See Also:
- Constant Field Values
-
QUOTED_TEXT
static final int QUOTED_TEXT
- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
- See Also:
- Constant Field Values
-
TAB
static final int TAB
- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
- See Also:
- Constant Field Values
-
ESCqs
static final int ESCqs
- See Also:
- Constant Field Values
-
LINE_COMMENT
static final int LINE_COMMENT
- See Also:
- Constant Field Values
-
BLOCK_COMMENT
static final int BLOCK_COMMENT
- See Also:
- Constant Field Values
-
-