public class InformixDbAccessTask extends CmdTask
Task.POST task which executes sql using
Infromix DbAccess tool. The DbAccess must be installed in the same computer
which runs etl scenario.Task| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_ATTR |
static String |
SQL_ATTR |
CMD_ATTR, ERROR_MASK_ATTR, KEEP_LOG_VAR, SUCCESS_MASK_ATTR| Constructor and Description |
|---|
InformixDbAccessTask() |
| Modifier and Type | Method and Description |
|---|---|
TaskResult |
executePostTask(EtlConfig config,
Task task,
DataSet dataSet,
Scenario scenario)
Executes
task after extract or load finished. |
Map<String,Object> |
getDefaultValues(Task task)
Gets the default values for the model used to edit task.
|
String |
getResourceName(Task task)
Gets the name of the xml file used to create a model for the task editor.
|
executeBeforeEtlTask, executeInlineTask, executePreTask, getCodeLanguage, getTitle, init, isInlineTask, isPostTask, isPreEtlTask, isPreTaskpublic static final String SQL_ATTR
public static final String CONNECTION_ATTR
public TaskResult executePostTask(EtlConfig config, Task task, DataSet dataSet, Scenario scenario) throws Exception
OnTasktask after extract or load finished.executePostTask in interface OnTaskexecutePostTask in class CmdTaskconfig - the etl configtask - the task to executedataSet - the data setscenario - the scenarioException - in case of any errorpublic Map<String,Object> getDefaultValues(Task task)
OnTaskgetDefaultValues in interface OnTaskgetDefaultValues in class CmdTasktask - the taskpublic String getResourceName(Task task)
OnTaskgetResourceName in interface OnTaskgetResourceName in class CmdTasktask - the taskCopyright © 2010-2020 Toolsverse. All Rights Reserved.