Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static SaveSqlTuningSetAsDetails.LoadOption |
SaveSqlTuningSetAsDetails.LoadOption.create(String key) |
SaveSqlTuningSetAsDetails.LoadOption |
SaveSqlTuningSetAsDetails.getLoadOption()
Specifies which statements are loaded into the Sql tuning set.
|
static SaveSqlTuningSetAsDetails.LoadOption |
SaveSqlTuningSetAsDetails.LoadOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaveSqlTuningSetAsDetails.LoadOption[] |
SaveSqlTuningSetAsDetails.LoadOption.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.loadOption(SaveSqlTuningSetAsDetails.LoadOption loadOption)
Specifies which statements are loaded into 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.