protected static class SQLScriptHelper.ScriptContext extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
_ignoreExceptions
True to ignore sql exceptions. 
 | 
protected String | 
_separator
The current script execution block separator. 
 | 
| Constructor and Description | 
|---|
ScriptContext()
Default ScriptContext object. 
 | 
ScriptContext(String separator,
             boolean ignoreExceptions)
Build a ScriptContext object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getSeparator()
Get the separator. 
 | 
boolean | 
ignoreExceptions()
Get the ignoreExceptions. 
 | 
void | 
setIgnoreExceptions(boolean ignoreExceptions)
Set the ignoreExceptions. 
 | 
void | 
setSeparator(String separator)
Set the separator. 
 | 
protected String _separator
protected boolean _ignoreExceptions
public ScriptContext()
public ScriptContext(String separator, boolean ignoreExceptions)
separator - the separatorignoreExceptions - true to ignore exceptions.public String getSeparator()
public void setSeparator(String separator)
separator - the separator to setpublic boolean ignoreExceptions()
public void setIgnoreExceptions(boolean ignoreExceptions)
ignoreExceptions - the ignoreExceptions to set