org.dbmaintain.script.parser.impl
Class Db2ScriptParserFactory

java.lang.Object
  extended by org.dbmaintain.script.parser.impl.DefaultScriptParserFactory
      extended by org.dbmaintain.script.parser.impl.Db2ScriptParserFactory
All Implemented Interfaces:
ScriptParserFactory

public class Db2ScriptParserFactory
extends DefaultScriptParserFactory

Author:
Tim Ducheyne, Filip Neven

Field Summary
 
Fields inherited from class org.dbmaintain.script.parser.impl.DefaultScriptParserFactory
backSlashEscapingEnabled, scriptParameters
 
Constructor Summary
Db2ScriptParserFactory(boolean backSlashEscapingEnabled, Properties scriptParameters)
           
 
Method Summary
protected  PlSqlBlockMatcher createStoredProcedureMatcher()
          Factory method that returns the correct implementation of PlSqlBlockMatcher
 
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
 

Constructor Detail

Db2ScriptParserFactory

public Db2ScriptParserFactory(boolean backSlashEscapingEnabled,
                              Properties scriptParameters)
Method Detail

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.