public class OracleScriptParser extends DefaultScriptParser
| Modifier and Type | Class and Description |
|---|---|
static class |
OracleScriptParser.OracleStatementBuilder
A statement builder with special handling for Oracle
|
currentChar, currentParsingState, initialParsingState, PROPKEY_BACKSLASH_ESCAPING_ENABLED, scriptReader| Constructor and Description |
|---|
OracleScriptParser() |
| Modifier and Type | Method and Description |
|---|---|
protected NormalParsingState |
createNormalParsingState()
Factory method for the normal parsing state.
|
protected StatementBuilder |
createStatementBuilder()
Factory method for the statement builder.
|
createInBlockCommentParsingState, createInDoubleQuotesParsingState, createInitialParsingState, createInLineCommentParsingState, createInSingleQuotesParsingState, getNextStatement, getNextStatementImpl, initprotected NormalParsingState createNormalParsingState()
DefaultScriptParsercreateNormalParsingState in class DefaultScriptParserOracleNormalParsingState that parses PL/SQL blocks correctly.protected StatementBuilder createStatementBuilder()
createStatementBuilder in class DefaultScriptParserCopyright © 2017. All rights reserved.