Uses of Class
com.oracle.bmc.stackmonitoring.model.SqlQueryTypes
-
Packages that use SqlQueryTypes Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of SqlQueryTypes in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return SqlQueryTypes Modifier and Type Method Description static SqlQueryTypes
SqlQueryTypes. create(String key)
SqlQueryTypes
SqlQueryProperties. getSqlType()
Type of SQL data collection method i.e.SqlQueryTypes
SqlUpdateQueryProperties. getSqlType()
Type of SQL data collection method i.e.static SqlQueryTypes
SqlQueryTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlQueryTypes[]
SqlQueryTypes. 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 SqlQueryTypes Modifier and Type Method Description SqlQueryProperties.Builder
SqlQueryProperties.Builder. sqlType(SqlQueryTypes sqlType)
Type of SQL data collection method i.e.SqlUpdateQueryProperties.Builder
SqlUpdateQueryProperties.Builder. sqlType(SqlQueryTypes sqlType)
Type of SQL data collection method i.e.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type SqlQueryTypes Constructor Description SqlQueryProperties(SqlQueryTypes sqlType, SqlDetails sqlDetails, List<SqlInParamDetails> inParamDetails, SqlOutParamDetails outParamDetails)
Deprecated.SqlUpdateQueryProperties(SqlQueryTypes sqlType, SqlDetails sqlDetails, List<SqlInParamDetails> inParamDetails, SqlOutParamDetails outParamDetails)
Deprecated.
-