| Package | Description |
|---|---|
| org.unitils.dbmaintainer.script.parsingstate.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
InBlockCommentParsingState
A state for parsing an in-block comment (/ * comment * /) part of a script.
|
class |
InDoubleQuotesParsingState
A state for parsing double quotes ("text") literal part of a script.
|
class |
InLineCommentParsingState
A state for parsing an in-line comment (-- comment) part of a script.
|
class |
InSingleQuotesParsingState
A state for parsing single quotes ('text') part of a script.
|
class |
NormalParsingState
The default initial parsing state that is able to recognize the beginning of line comments, block comments,
single and double quote literals and the ending of a statment.
|
class |
OracleNormalParsingState
The initial state for Oracle.
|
Copyright © 2017. All rights reserved.