public static enum SqlCollectionSummary.SqlLevel extends Enum<SqlCollectionSummary.SqlLevel> implements BmcEnum
Specifies the level of SQL that will be collected. USER_ISSUED_SQL - User issued SQL statements only. ALL_SQL - Includes all SQL statements including SQL statement issued inside PL/SQL units.
Enum Constant and Description |
---|
AllSql |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UserIssuedSql |
Modifier and Type | Method and Description |
---|---|
static SqlCollectionSummary.SqlLevel |
create(String key) |
String |
getValue() |
static SqlCollectionSummary.SqlLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlCollectionSummary.SqlLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlCollectionSummary.SqlLevel UserIssuedSql
public static final SqlCollectionSummary.SqlLevel AllSql
public static final SqlCollectionSummary.SqlLevel UnknownEnumValue
public static SqlCollectionSummary.SqlLevel[] values()
for (SqlCollectionSummary.SqlLevel c : SqlCollectionSummary.SqlLevel.values()) System.out.println(c);
public static SqlCollectionSummary.SqlLevel 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 SqlCollectionSummary.SqlLevel create(String key)
Copyright © 2016–2024. All rights reserved.