A class to run several statements from a script file.
This is used when running SQL Workbench in batch mode and
for the
workbench.sql.wbcommands.WbInclude command.
author: support@sql-workbench.net
setBaseDir(String dir) The baseDir is used when including other scripts using WbInclude.
If the filename of the included script is a relative filename
then the StatementRunner will assume the script is located relative
to the baseDir.
The baseDir is used when including other scripts using WbInclude.
If the filename of the included script is a relative filename
then the StatementRunner will assume the script is located relative
to the baseDir. This call is delegated to
StatementRunner.setBaseDir(String) Parameters: dir - the base directory to be used See Also:StatementRunner.setBaseDir(String)
setCheckEscapedQuotes
public void setCheckEscapedQuotes(boolean flag)(Code)