Uses of Class
com.oracle.bmc.databasemanagement.model.LoadSqlTuningSetDetails.RecursiveSql
-
Packages that use LoadSqlTuningSetDetails.RecursiveSql Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of LoadSqlTuningSetDetails.RecursiveSql in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return LoadSqlTuningSetDetails.RecursiveSql Modifier and Type Method Description static LoadSqlTuningSetDetails.RecursiveSql
LoadSqlTuningSetDetails.RecursiveSql. create(String key)
LoadSqlTuningSetDetails.RecursiveSql
LoadSqlTuningSetDetails. getRecursiveSql()
Specifies that the filter must include recursive Sql in the Sql tuning set.static LoadSqlTuningSetDetails.RecursiveSql
LoadSqlTuningSetDetails.RecursiveSql. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadSqlTuningSetDetails.RecursiveSql[]
LoadSqlTuningSetDetails.RecursiveSql. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type LoadSqlTuningSetDetails.RecursiveSql Modifier and Type Method Description LoadSqlTuningSetDetails.Builder
LoadSqlTuningSetDetails.Builder. recursiveSql(LoadSqlTuningSetDetails.RecursiveSql recursiveSql)
Specifies that the filter must include recursive Sql in the Sql tuning set.
-