public static enum StatementSummary.Operation extends Enum<StatementSummary.Operation> implements BmcEnum
The operation represented in the statement, e.g. CREATE_TABLE.
Enum Constant and Description |
---|
AlterTable |
CreateIndex |
CreateTable |
Delete |
DropIndex |
DropTable |
Insert |
Select |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Update |
Modifier and Type | Method and Description |
---|---|
static StatementSummary.Operation |
create(String key) |
String |
getValue() |
static StatementSummary.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementSummary.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatementSummary.Operation CreateTable
public static final StatementSummary.Operation AlterTable
public static final StatementSummary.Operation DropTable
public static final StatementSummary.Operation CreateIndex
public static final StatementSummary.Operation DropIndex
public static final StatementSummary.Operation Select
public static final StatementSummary.Operation Update
public static final StatementSummary.Operation Insert
public static final StatementSummary.Operation Delete
public static final StatementSummary.Operation UnknownEnumValue
public static StatementSummary.Operation[] values()
for (StatementSummary.Operation c : StatementSummary.Operation.values()) System.out.println(c);
public static StatementSummary.Operation 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 StatementSummary.Operation create(String key)
Copyright © 2016–2024. All rights reserved.