Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static LoadSqlTuningSetDetails.CaptureOption |
LoadSqlTuningSetDetails.CaptureOption.create(String key) |
LoadSqlTuningSetDetails.CaptureOption |
LoadSqlTuningSetDetails.getCaptureOption()
Specifies whether to insert new statements, update existing statements, or both.
|
static LoadSqlTuningSetDetails.CaptureOption |
LoadSqlTuningSetDetails.CaptureOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadSqlTuningSetDetails.CaptureOption[] |
LoadSqlTuningSetDetails.CaptureOption.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.captureOption(LoadSqlTuningSetDetails.CaptureOption captureOption)
Specifies whether to insert new statements, update existing statements, or both.
|
Copyright © 2016–2024. All rights reserved.