Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static TaskSummaryFromSQLTask.SqlScriptType |
TaskSummaryFromSQLTask.SqlScriptType.create(String key) |
TaskSummaryFromSQLTask.SqlScriptType |
TaskSummaryFromSQLTask.getSqlScriptType()
Indicates whether the task is invoking a custom SQL script or stored procedure.
|
static TaskSummaryFromSQLTask.SqlScriptType |
TaskSummaryFromSQLTask.SqlScriptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskSummaryFromSQLTask.SqlScriptType[] |
TaskSummaryFromSQLTask.SqlScriptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskSummaryFromSQLTask.Builder |
TaskSummaryFromSQLTask.Builder.sqlScriptType(TaskSummaryFromSQLTask.SqlScriptType sqlScriptType)
Indicates whether the task is invoking a custom SQL script or stored procedure.
|
Constructor and Description |
---|
TaskSummaryFromSQLTask(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
Integer objectStatus,
String identifier,
List<InputPort> inputPorts,
List<OutputPort> outputPorts,
List<Parameter> parameters,
ConfigValues opConfigValues,
ConfigProvider configProviderDelegate,
Boolean isConcurrentAllowed,
ObjectMetadata metadata,
Map<String,String> keyMap,
Script script,
TaskSummaryFromSQLTask.SqlScriptType sqlScriptType,
Object operation)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.