org.dbmaintain.script.parser.impl
Class MySqlScriptParserFactory
java.lang.Object
org.dbmaintain.script.parser.impl.DefaultScriptParserFactory
org.dbmaintain.script.parser.impl.MySqlScriptParserFactory
- All Implemented Interfaces:
- ScriptParserFactory
public class MySqlScriptParserFactory
- extends DefaultScriptParserFactory
- Author:
- Ken Dombeck, Tim Ducheyne, Filip Neven
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 |
MySqlScriptParserFactory
public MySqlScriptParserFactory(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.