public static enum Create.CommitAction extends Enum<Create.CommitAction>
| Enum Constant and Description |
|---|
PRESERVE_ROWS |
| Modifier and Type | Method and Description |
|---|---|
static Create.CommitAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Create.CommitAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Create.CommitAction PRESERVE_ROWS
public static Create.CommitAction[] values()
for (Create.CommitAction c : Create.CommitAction.values()) System.out.println(c);
public static Create.CommitAction 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 nullCopyright © 2019. All rights reserved.