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