Uses of Class
com.oracle.bmc.stackmonitoring.model.SqlUpdateQueryProperties.Builder
- 
Packages that use SqlUpdateQueryProperties.Builder Package Description com.oracle.bmc.stackmonitoring.model 
- 
- 
Uses of SqlUpdateQueryProperties.Builder in com.oracle.bmc.stackmonitoring.modelMethods in com.oracle.bmc.stackmonitoring.model that return SqlUpdateQueryProperties.Builder Modifier and Type Method Description static SqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties. builder()Create a new builder.SqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties.Builder. copy(SqlUpdateQueryProperties model)SqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties.Builder. inParamDetails(List<SqlInParamDetails> inParamDetails)List of values and position of PL/SQL procedure IN parametersSqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties.Builder. outParamDetails(SqlOutParamDetails outParamDetails)SqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties.Builder. sqlDetails(SqlDetails sqlDetails)SqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties.Builder. sqlType(SqlQueryTypes sqlType)Type of SQL data collection method i.e.SqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties. toBuilder()
 
-