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 SqlOutParamTypesSqlOutParamTypes. create(String key)SqlOutParamTypesSqlOutParamDetails. getOutParamType()SQL Type of PL/SQL procedure OUT parameter.static SqlOutParamTypesSqlOutParamTypes. 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.BuilderSqlOutParamDetails.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.
-