public class MsSqlExtractTask extends MsSqlBcpTask
Task.POST task which extracts data into the text file using sql. The Microsoft BCP program must be installed in the same
computer which runs etl scenario.TaskCONNECTION_ATTR, SQL_ATTRCMD_ATTR, ERROR_MASK_ATTR, KEEP_LOG_VAR, SUCCESS_MASK_ATTR| Constructor and Description |
|---|
MsSqlExtractTask() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getSql(EtlConfig config,
Task task,
String datFileName,
String params)
Gets the sql to execute.
|
getServerexecutePostTaskexecuteBeforeEtlTask, executeInlineTask, executePreTask, getCodeLanguage, getTitle, init, isInlineTask, isPostTask, isPreEtlTask, isPreTaskpublic 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.