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