|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DBLoadTaskDefinition
dedine a load (select-insert/update) task definition
Method Summary | |
---|---|
Integer |
getBatchSize()
Getter for owned property BatchSize : |
Integer |
getFetchSize()
Getter for owned property FetchSize : |
String |
getInputConnectionName()
|
String |
getOutputConnectionName()
|
String |
getOutputSql()
the sql statement to insert/update selected rows |
boolean |
isCommitPostExecute()
Getter for owned property CommitPostExecute : |
boolean |
isDeleteCounter()
Getter for owned property DeleteCounter : |
boolean |
isErrorCounter()
Getter for owned property ErrorCounter : |
boolean |
isInsertCounter()
Getter for owned property InsertCounter : |
boolean |
isMergeCounter()
Getter for owned property MergeCounter : |
boolean |
isSelectCounter()
Getter for owned property SelectCounter : |
boolean |
isUpdateCounter()
Getter for owned property UpdateCounter : |
Methods inherited from interface com.semarchy.mdm.runtime.model.integration.IDBTaskDefinition |
---|
getSQL |
Methods inherited from interface com.semarchy.mdm.runtime.model.integration.ITaskDefinition |
---|
getExecuteWhenCondition, getName, getPostExecuteAction, isErrorOK |
Method Detail |
---|
String getOutputSql()
Integer getFetchSize()
Getter for owned property FetchSize
:
The jdbc fetch size to use. If null the engine default behavior is used
Integer getBatchSize()
Getter for owned property BatchSize
:
The jdbc batch size to use for update. If null the engine default behavior is used.
boolean isCommitPostExecute()
Getter for owned property CommitPostExecute
:
Indicates whether the database transaction should be commited after execution of the task
boolean isUpdateCounter()
Getter for owned property UpdateCounter
:
Indicates whether the task participate to the update counter
String getInputConnectionName()
IExecutionContext
String getOutputConnectionName()
IExecutionContext
boolean isSelectCounter()
Getter for owned property SelectCounter
:
Indicates whether the task participate to the select counter
boolean isDeleteCounter()
Getter for owned property DeleteCounter
:
Indicates whether the task participate to the delete counter
boolean isErrorCounter()
Getter for owned property ErrorCounter
:
Indicates whether the task participate to the error counter
boolean isInsertCounter()
Getter for owned property InsertCounter
:
Indicates whether the task participate to the insert counter
boolean isMergeCounter()
Getter for owned property MergeCounter
:
Indicates whether the task participate to the merge counter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |