org.dbmaintain.script.parser.impl
Class OracleScriptParserFactory
java.lang.Object
org.dbmaintain.script.parser.impl.DefaultScriptParserFactory
org.dbmaintain.script.parser.impl.OracleScriptParserFactory
- All Implemented Interfaces:
- ScriptParserFactory
public class OracleScriptParserFactory
- extends DefaultScriptParserFactory
- Author:
- Filip Neven, Tim Ducheyne
Methods inherited from class org.dbmaintain.script.parser.impl.DefaultScriptParserFactory |
createEscapingParsingState, createInBlockCommentParsingState, createInCurlyBraceBlockCommentParsingState, createInDoubleQuotesParsingState, createInLineCommentParsingState, createInSingleQuotesParsingState, createNormalParsingStates, createScriptParser, createSqlStatementNormalParsingState, createStoredProcedureNormalParsingState, createStoredProcedureParsingStates, isCurlyBraceBlockCommentSupported |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleScriptParserFactory
public OracleScriptParserFactory(boolean backSlashEscapingEnabled,
Properties scriptParameters)
createStoredProcedureMatcher
protected PlSqlBlockMatcher createStoredProcedureMatcher()
- Description copied from class:
DefaultScriptParserFactory
- Factory method that returns the correct implementation of
PlSqlBlockMatcher
- Overrides:
createStoredProcedureMatcher
in class DefaultScriptParserFactory
- Returns:
- the stored procedure matcher, not null
Copyright © 2011. All Rights Reserved.