public static enum CreateSqlCollectionDetails.SqlLevel extends Enum<CreateSqlCollectionDetails.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 |
UserIssuedSql |
Modifier and Type | Method and Description |
---|---|
static CreateSqlCollectionDetails.SqlLevel |
create(String key) |
String |
getValue() |
static CreateSqlCollectionDetails.SqlLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSqlCollectionDetails.SqlLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateSqlCollectionDetails.SqlLevel UserIssuedSql
public static final CreateSqlCollectionDetails.SqlLevel AllSql
public static CreateSqlCollectionDetails.SqlLevel[] values()
for (CreateSqlCollectionDetails.SqlLevel c : CreateSqlCollectionDetails.SqlLevel.values()) System.out.println(c);
public static CreateSqlCollectionDetails.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 CreateSqlCollectionDetails.SqlLevel create(String key)
Copyright © 2016–2024. All rights reserved.