org.dbmaintain.script.parser.impl
Class InformixScriptParserFactory

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

public class InformixScriptParserFactory
extends DefaultScriptParserFactory

Author:
Filip Neven, Tim Ducheyne

Field Summary
 
Fields inherited from class org.dbmaintain.script.parser.impl.DefaultScriptParserFactory
backSlashEscapingEnabled, scriptParameters
 
Constructor Summary
InformixScriptParserFactory(boolean backSlashEscapingEnabled, Properties scriptParameters)
           
 
Method Summary
protected  boolean isCurlyBraceBlockCommentSupported()
           
 
Methods inherited from class org.dbmaintain.script.parser.impl.DefaultScriptParserFactory
createEscapingParsingState, createInBlockCommentParsingState, createInCurlyBraceBlockCommentParsingState, createInDoubleQuotesParsingState, createInLineCommentParsingState, createInSingleQuotesParsingState, createNormalParsingStates, createScriptParser, createSqlStatementNormalParsingState, createStoredProcedureMatcher, createStoredProcedureNormalParsingState, createStoredProcedureParsingStates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformixScriptParserFactory

public InformixScriptParserFactory(boolean backSlashEscapingEnabled,
                                   Properties scriptParameters)
Method Detail

isCurlyBraceBlockCommentSupported

protected boolean isCurlyBraceBlockCommentSupported()
Overrides:
isCurlyBraceBlockCommentSupported in class DefaultScriptParserFactory
Returns:
whether informix-style block comments using curly braces {} are supported


Copyright © 2011. All Rights Reserved.