| |
|
| java.lang.Object workbench.sql.IteratingScriptParser
IteratingScriptParser | public IteratingScriptParser()(Code) | | Create an InteratingScriptParser
|
IteratingScriptParser | public IteratingScriptParser(String aScript) throws IOException(Code) | | Create a ScriptParser for the given String.
The delimiter to be used will be evaluated dynamically
|
allowEmptyLineAsSeparator | public void allowEmptyLineAsSeparator(boolean flag)(Code) | | |
findNextLineStart | public int findNextLineStart(int pos)(Code) | | |
getNextCommand | public ScriptCommandDefinition getNextCommand()(Code) | | Parse the given SQL Script into a List of single SQL statements.
Returns the index of the statement indicated by the currentCursorPos
|
getScriptLength | public int getScriptLength()(Code) | | |
hasMoreCommands | public boolean hasMoreCommands()(Code) | | |
reset | public void reset()(Code) | | |
setAlternateLineComment | public void setAlternateLineComment(String comment)(Code) | | Should the parser check for MySQL hash comments?
|
setCheckEscapedQuotes | public void setCheckEscapedQuotes(boolean flag)(Code) | | |
setCheckForSingleLineCommands | public void setCheckForSingleLineCommands(boolean flag)(Code) | | |
setReturnStartingWhitespace | public void setReturnStartingWhitespace(boolean flag)(Code) | | |
setScript | final public void setScript(String aScript)(Code) | | Define the script to be parsed
|
setSupportOracleInclude | public void setSupportOracleInclude(boolean flag)(Code) | | Support Oracle style @ includes
|
|
|
|