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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Since 3.5.4, this method is deprecated.voidvoidsetAutoCommit(boolean autoCommit) voidsetDelimiter(String delimiter) voidsetErrorLogWriter(PrintWriter errorLogWriter) voidsetEscapeProcessing(boolean escapeProcessing) Sets the escape processing.voidsetFullLineDelimiter(boolean fullLineDelimiter) voidsetLogWriter(PrintWriter logWriter) voidsetRemoveCRs(boolean removeCRs) voidsetSendFullScript(boolean sendFullScript) voidsetStopOnError(boolean stopOnError) voidsetThrowWarning(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 theConnectionoutside of this class.
-