Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
LoadSqlTuningSetDetails.Builder |
LoadSqlTuningSetDetails.Builder.recursiveSql(LoadSqlTuningSetDetails.RecursiveSql recursiveSql)
Specifies that the filter must include recursive Sql in the Sql tuning set.
|
Copyright © 2016–2024. All rights reserved.