public class SqlScriptStatement extends Object
Constructor and Description |
---|
SqlScriptStatement(String statement,
int fromIndex,
int toIndex,
boolean query) |
Modifier and Type | Method and Description |
---|---|
int |
getFromIndex() |
String |
getLoggingText() |
String |
getStatement() |
int |
getToIndex() |
boolean |
isComplete() |
boolean |
isOk() |
boolean |
isQuery() |
void |
setComplete(boolean complete) |
void |
setFromIndex(int fromIndex) |
void |
setLoggingText(String loggingText) |
void |
setOk(boolean ok) |
void |
setQuery(boolean query) |
void |
setStatement(String statement) |
void |
setToIndex(int toIndex) |
String |
toString() |
public SqlScriptStatement(String statement, int fromIndex, int toIndex, boolean query)
statement
- fromIndex
- toIndex
- query
- public String getStatement()
public void setStatement(String statement)
statement
- the statement to setpublic int getFromIndex()
public void setFromIndex(int fromIndex)
fromIndex
- the fromIndex to setpublic int getToIndex()
public void setToIndex(int toIndex)
toIndex
- the toIndex to setpublic boolean isQuery()
public void setQuery(boolean query)
query
- the query to setpublic boolean isOk()
public void setOk(boolean ok)
ok
- the ok to setpublic String getLoggingText()
public void setLoggingText(String loggingText)
loggingText
- the loggingText to setpublic boolean isComplete()
public void setComplete(boolean complete)
complete
- the complete to set