public static enum EventstormTransactionException.Type extends Enum<EventstormTransactionException.Type> implements EventstormSqlExceptionType
| Enum Constant and Description |
|---|
COMMIT |
CONNECTION_ISOLATION |
CREATE |
NO_CURRENT_TRANSACTION |
NOT_ACTIVE |
PREPARED_STATEMENT |
READ_ONLY |
ROLLBACK |
| Modifier and Type | Method and Description |
|---|---|
static EventstormTransactionException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventstormTransactionException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventstormTransactionException.Type PREPARED_STATEMENT
public static final EventstormTransactionException.Type CREATE
public static final EventstormTransactionException.Type NO_CURRENT_TRANSACTION
public static final EventstormTransactionException.Type READ_ONLY
public static final EventstormTransactionException.Type CONNECTION_ISOLATION
public static final EventstormTransactionException.Type NOT_ACTIVE
public static final EventstormTransactionException.Type COMMIT
public static final EventstormTransactionException.Type ROLLBACK
public static EventstormTransactionException.Type[] values()
for (EventstormTransactionException.Type c : EventstormTransactionException.Type.values()) System.out.println(c);
public static EventstormTransactionException.Type 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.