Uses of Class
com.oracle.bmc.dataintegration.model.CreateTaskFromSQLTask.SqlScriptType
-
Packages that use CreateTaskFromSQLTask.SqlScriptType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CreateTaskFromSQLTask.SqlScriptType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CreateTaskFromSQLTask.SqlScriptType Modifier and Type Method Description static CreateTaskFromSQLTask.SqlScriptTypeCreateTaskFromSQLTask.SqlScriptType. create(String key)CreateTaskFromSQLTask.SqlScriptTypeCreateTaskFromSQLTask. getSqlScriptType()Indicates whether the task is invoking a custom SQL script or stored procedure.static CreateTaskFromSQLTask.SqlScriptTypeCreateTaskFromSQLTask.SqlScriptType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateTaskFromSQLTask.SqlScriptType[]CreateTaskFromSQLTask.SqlScriptType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type CreateTaskFromSQLTask.SqlScriptType Modifier and Type Method Description CreateTaskFromSQLTask.BuilderCreateTaskFromSQLTask.Builder. sqlScriptType(CreateTaskFromSQLTask.SqlScriptType sqlScriptType)Indicates whether the task is invoking a custom SQL script or stored procedure.Constructors in com.oracle.bmc.dataintegration.model with parameters of type CreateTaskFromSQLTask.SqlScriptType Constructor Description CreateTaskFromSQLTask(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectStatus, String identifier, List<InputPort> inputPorts, List<OutputPort> outputPorts, List<Parameter> parameters, ConfigValues opConfigValues, CreateConfigProvider configProviderDelegate, Boolean isConcurrentAllowed, RegistryMetadata registryMetadata, Script script, CreateTaskFromSQLTask.SqlScriptType sqlScriptType, Object operation)Deprecated.
-