org.dbmaintain.script.parser.impl
Class InformixScriptParserFactory
java.lang.Object
org.dbmaintain.script.parser.impl.DefaultScriptParserFactory
org.dbmaintain.script.parser.impl.InformixScriptParserFactory
- All Implemented Interfaces:
- ScriptParserFactory
public class InformixScriptParserFactory
- 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, createStoredProcedureMatcher, createStoredProcedureNormalParsingState, createStoredProcedureParsingStates |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InformixScriptParserFactory
public InformixScriptParserFactory(boolean backSlashEscapingEnabled,
Properties scriptParameters)
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.