public static enum SaveSqlTuningSetAsDetails.LoadOption extends Enum<SaveSqlTuningSetAsDetails.LoadOption> implements BmcEnum
Specifies which statements are loaded into the Sql tuning set. The possible values are. - INSERT (default) Adds only new statements. - UPDATE Updates existing the Sql statements and ignores any new statements. - MERGE Inserts new statements and updates the information of the existing ones.
Modifier and Type | Method and Description |
---|---|
static SaveSqlTuningSetAsDetails.LoadOption |
create(String key) |
String |
getValue() |
static SaveSqlTuningSetAsDetails.LoadOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaveSqlTuningSetAsDetails.LoadOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaveSqlTuningSetAsDetails.LoadOption Insert
public static final SaveSqlTuningSetAsDetails.LoadOption Update
public static final SaveSqlTuningSetAsDetails.LoadOption Merge
public static SaveSqlTuningSetAsDetails.LoadOption[] values()
for (SaveSqlTuningSetAsDetails.LoadOption c : SaveSqlTuningSetAsDetails.LoadOption.values()) System.out.println(c);
public static SaveSqlTuningSetAsDetails.LoadOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SaveSqlTuningSetAsDetails.LoadOption create(String key)
Copyright © 2016–2024. All rights reserved.