Uses of Class
com.oracle.bmc.stackmonitoring.model.SqlOutParamTypes
-
Packages that use SqlOutParamTypes Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of SqlOutParamTypes in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return SqlOutParamTypes Modifier and Type Method Description static SqlOutParamTypes
SqlOutParamTypes. create(String key)
SqlOutParamTypes
SqlOutParamDetails. getOutParamType()
SQL Type of PL/SQL procedure OUT parameter.static SqlOutParamTypes
SqlOutParamTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlOutParamTypes[]
SqlOutParamTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type SqlOutParamTypes Modifier and Type Method Description SqlOutParamDetails.Builder
SqlOutParamDetails.Builder. outParamType(SqlOutParamTypes outParamType)
SQL Type of PL/SQL procedure OUT parameter.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type SqlOutParamTypes Constructor Description SqlOutParamDetails(Integer outParamPosition, SqlOutParamTypes outParamType, String outParamName)
Deprecated.
-