public static enum SqlTuningSet.AllSqlStatementsFetched extends Enum<SqlTuningSet.AllSqlStatementsFetched> implements BmcEnum
In OCI database management, there is a limit to fetch only 2000 rows. This flag indicates whether all Sql statements of this Sql tuning set matching the filter criteria are fetched or not. Possible values are ‘Yes’ or ‘No’ - Yes - All Sql statements matching the filter criteria are fetched. - No - There are more Sql statements matching the fitler criteria. User should fine tune the filter criteria to narrow down the result set.
Enum Constant and Description |
---|
No |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Yes |
Modifier and Type | Method and Description |
---|---|
static SqlTuningSet.AllSqlStatementsFetched |
create(String key) |
String |
getValue() |
static SqlTuningSet.AllSqlStatementsFetched |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTuningSet.AllSqlStatementsFetched[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlTuningSet.AllSqlStatementsFetched Yes
public static final SqlTuningSet.AllSqlStatementsFetched No
public static final SqlTuningSet.AllSqlStatementsFetched UnknownEnumValue
public static SqlTuningSet.AllSqlStatementsFetched[] values()
for (SqlTuningSet.AllSqlStatementsFetched c : SqlTuningSet.AllSqlStatementsFetched.values()) System.out.println(c);
public static SqlTuningSet.AllSqlStatementsFetched 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 SqlTuningSet.AllSqlStatementsFetched create(String key)
Copyright © 2016–2024. All rights reserved.