Uses of Class
com.oracle.bmc.databasemanagement.model.LoadSqlTuningSetDetails.CaptureOption
-
Packages that use LoadSqlTuningSetDetails.CaptureOption Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of LoadSqlTuningSetDetails.CaptureOption in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return LoadSqlTuningSetDetails.CaptureOption Modifier and Type Method 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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type LoadSqlTuningSetDetails.CaptureOption Modifier and Type Method Description LoadSqlTuningSetDetails.Builder
LoadSqlTuningSetDetails.Builder. captureOption(LoadSqlTuningSetDetails.CaptureOption captureOption)
Specifies whether to insert new statements, update existing statements, or both.
-