Package org.apache.ibatis.jdbc
Class ScriptRunner
java.lang.Object
org.apache.ibatis.jdbc.ScriptRunner
This is an internal testing utility.
You are welcome to use this class for your own purposes,
but if there is some feature/enhancement you need for your own usage,
please make and modify your own copy instead of sending us an enhancement request.
You are welcome to use this class for your own purposes,
but if there is some feature/enhancement you need for your own usage,
please make and modify your own copy instead of sending us an enhancement request.
- Author:
- Clinton Begin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Since 3.5.4, this method is deprecated.void
void
setAutoCommit
(boolean autoCommit) void
setDelimiter
(String delimiter) void
setErrorLogWriter
(PrintWriter errorLogWriter) void
setEscapeProcessing
(boolean escapeProcessing) Sets the escape processing.void
setFullLineDelimiter
(boolean fullLineDelimiter) void
setLogWriter
(PrintWriter logWriter) void
setRemoveCRs
(boolean removeCRs) void
setSendFullScript
(boolean sendFullScript) void
setStopOnError
(boolean stopOnError) void
setThrowWarning
(boolean throwWarning)
-
Constructor Details
-
ScriptRunner
-
-
Method Details
-
setStopOnError
public void setStopOnError(boolean stopOnError) -
setThrowWarning
public void setThrowWarning(boolean throwWarning) -
setAutoCommit
public void setAutoCommit(boolean autoCommit) -
setSendFullScript
public void setSendFullScript(boolean sendFullScript) -
setRemoveCRs
public void setRemoveCRs(boolean removeCRs) -
setEscapeProcessing
public void setEscapeProcessing(boolean escapeProcessing) Sets the escape processing.- Parameters:
escapeProcessing
- the new escape processing- Since:
- 3.1.1
-
setLogWriter
-
setErrorLogWriter
-
setDelimiter
-
setFullLineDelimiter
public void setFullLineDelimiter(boolean fullLineDelimiter) -
runScript
-
closeConnection
Deprecated.Since 3.5.4, this method is deprecated. Please close theConnection
outside of this class.
-