public static enum EventstormRepositoryException.Type extends Enum<EventstormRepositoryException.Type> implements EventstormSqlExceptionType
| Modifier and Type | Method and Description |
|---|---|
static EventstormRepositoryException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventstormRepositoryException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventstormRepositoryException.Type INSERT_GENERATED_KEYS
public static final EventstormRepositoryException.Type SELECT_PREPARED_STATEMENT_SETTER
public static final EventstormRepositoryException.Type SELECT_EXECUTE_QUERY
public static final EventstormRepositoryException.Type SELECT_NEXT
public static final EventstormRepositoryException.Type SELECT_MAPPER
public static final EventstormRepositoryException.Type STREAM_PREPARED_STATEMENT_SETTER
public static final EventstormRepositoryException.Type STREAM_EXECUTE_QUERY
public static final EventstormRepositoryException.Type STREAM_NEXT
public static final EventstormRepositoryException.Type STREAM_MAPPER
public static final EventstormRepositoryException.Type INSERT_MAPPER
public static final EventstormRepositoryException.Type INSERT_EXECUTE_QUERY
public static final EventstormRepositoryException.Type INSERT_RESULT
public static final EventstormRepositoryException.Type UPDATE_MAPPER
public static final EventstormRepositoryException.Type UPDATE_EXECUTE_QUERY
public static final EventstormRepositoryException.Type UPDATE_RESULT
public static final EventstormRepositoryException.Type DELETE_PREPARED_STATEMENT_SETTER
public static final EventstormRepositoryException.Type DELETE_EXECUTE_QUERY
public static final EventstormRepositoryException.Type BATCH_ADD
public static final EventstormRepositoryException.Type BATCH_EXECUTE_QUERY
public static final EventstormRepositoryException.Type BATCH_RESULT
public static EventstormRepositoryException.Type[] values()
for (EventstormRepositoryException.Type c : EventstormRepositoryException.Type.values()) System.out.println(c);
public static EventstormRepositoryException.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.