Uses of Class
com.oracle.bmc.databasemanagement.model.JobOutBind.DataType
-
Packages that use JobOutBind.DataType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of JobOutBind.DataType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return JobOutBind.DataType Modifier and Type Method Description static JobOutBind.DataTypeJobOutBind.DataType. create(String key)JobOutBind.DataTypeJobOutBind. getDataType()The datatype of the out-bind variable.static JobOutBind.DataTypeJobOutBind.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobOutBind.DataType[]JobOutBind.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 JobOutBind.DataType Modifier and Type Method Description JobOutBind.BuilderJobOutBind.Builder. dataType(JobOutBind.DataType dataType)The datatype of the out-bind variable.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type JobOutBind.DataType Constructor Description JobOutBind(Integer position, JobOutBind.DataType dataType)Deprecated.
-