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 SqlQueryTypesSqlQueryTypes. create(String key)SqlQueryTypesSqlQueryProperties. getSqlType()Type of SQL data collection method i.e.SqlQueryTypesSqlUpdateQueryProperties. getSqlType()Type of SQL data collection method i.e.static SqlQueryTypesSqlQueryTypes. 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.BuilderSqlQueryProperties.Builder. sqlType(SqlQueryTypes sqlType)Type of SQL data collection method i.e.SqlUpdateQueryProperties.BuilderSqlUpdateQueryProperties.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.
-