Uses of Class
com.oracle.bmc.databasemanagement.model.JobInBind.DataType
-
Packages that use JobInBind.DataType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of JobInBind.DataType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return JobInBind.DataType Modifier and Type Method Description static JobInBind.DataType
JobInBind.DataType. create(String key)
JobInBind.DataType
JobInBind. getDataType()
The datatype of the in-bind variable.static JobInBind.DataType
JobInBind.DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobInBind.DataType[]
JobInBind.DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type JobInBind.DataType Modifier and Type Method Description JobInBind.Builder
JobInBind.Builder. dataType(JobInBind.DataType dataType)
The datatype of the in-bind variable.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type JobInBind.DataType Constructor Description JobInBind(Integer position, JobInBind.DataType dataType, List<String> values, String arrayTypeName)
Deprecated.
-