Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static FetchSqlTuningSetDetails.RecursiveSql |
FetchSqlTuningSetDetails.RecursiveSql.create(String key) |
FetchSqlTuningSetDetails.RecursiveSql |
FetchSqlTuningSetDetails.getRecursiveSql()
Specifies that the filter must include recursive Sql in the Sql tuning set.
|
static FetchSqlTuningSetDetails.RecursiveSql |
FetchSqlTuningSetDetails.RecursiveSql.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchSqlTuningSetDetails.RecursiveSql[] |
FetchSqlTuningSetDetails.RecursiveSql.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FetchSqlTuningSetDetails.Builder |
FetchSqlTuningSetDetails.Builder.recursiveSql(FetchSqlTuningSetDetails.RecursiveSql recursiveSql)
Specifies that the filter must include recursive Sql in the Sql tuning set.
|
Constructor and Description |
---|
FetchSqlTuningSetDetails(SqlTuningSetAdminCredentialDetails credentialDetails,
DatabaseCredentialDetails databaseCredential,
String owner,
String name,
String basicFilter,
FetchSqlTuningSetDetails.RecursiveSql recursiveSql,
Double resultPercentage,
Integer resultLimit,
RankingMeasure rankingMeasure1,
RankingMeasure rankingMeasure2,
RankingMeasure rankingMeasure3)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.