Uses of Class
com.oracle.bmc.stackmonitoring.model.SqlOutParamDetails
- 
Packages that use SqlOutParamDetails Package Description com.oracle.bmc.stackmonitoring.model  - 
- 
Uses of SqlOutParamDetails in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return SqlOutParamDetails Modifier and Type Method Description SqlOutParamDetailsSqlOutParamDetails.Builder. build()SqlOutParamDetailsSqlQueryProperties. getOutParamDetails()SqlOutParamDetailsSqlUpdateQueryProperties. getOutParamDetails()Methods in com.oracle.bmc.stackmonitoring.model with parameters of type SqlOutParamDetails Modifier and Type Method Description SqlOutParamDetails.BuilderSqlOutParamDetails.Builder. copy(SqlOutParamDetails model)SqlQueryProperties.BuilderSqlQueryProperties.Builder. outParamDetails(SqlOutParamDetails outParamDetails)SqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties.Builder. outParamDetails(SqlOutParamDetails outParamDetails)Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type SqlOutParamDetails Constructor Description SqlQueryProperties(SqlQueryTypes sqlType, SqlDetails sqlDetails, List<SqlInParamDetails> inParamDetails, SqlOutParamDetails outParamDetails)Deprecated.SqlUpdateQueryProperties(SqlQueryTypes sqlType, SqlDetails sqlDetails, List<SqlInParamDetails> inParamDetails, SqlOutParamDetails outParamDetails)Deprecated. 
 -