Package org.pentaho.di.core.database
Class SqlScriptStatement
java.lang.Object
org.pentaho.di.core.database.SqlScriptStatement
-
Constructor Summary
ConstructorDescriptionSqlScriptStatement
(String statement, int fromIndex, int toIndex, boolean query) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
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) toString()
-
Constructor Details
-
SqlScriptStatement
- Parameters:
statement
-fromIndex
-toIndex
-query
-
-
-
Method Details
-
toString
-
getStatement
- Returns:
- the statement
-
setStatement
- Parameters:
statement
- the statement to set
-
getFromIndex
public int getFromIndex()- Returns:
- the fromIndex
-
setFromIndex
public void setFromIndex(int fromIndex) - Parameters:
fromIndex
- the fromIndex to set
-
getToIndex
public int getToIndex()- Returns:
- the toIndex
-
setToIndex
public void setToIndex(int toIndex) - Parameters:
toIndex
- the toIndex to set
-
isQuery
public boolean isQuery()- Returns:
- the query
-
setQuery
public void setQuery(boolean query) - Parameters:
query
- the query to set
-
isOk
public boolean isOk()- Returns:
- the ok
-
setOk
public void setOk(boolean ok) - Parameters:
ok
- the ok to set
-
getLoggingText
- Returns:
- the loggingText
-
setLoggingText
- Parameters:
loggingText
- the loggingText to set
-
isComplete
public boolean isComplete()- Returns:
- the complete
-
setComplete
public void setComplete(boolean complete) - Parameters:
complete
- the complete to set
-