| Package | Description |
|---|---|
| eu.eventstorm.sql.type |
| Modifier and Type | Method and Description |
|---|---|
static SqlTypeException.Type |
SqlTypeException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTypeException.Type[] |
SqlTypeException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlTypeException(SqlTypeException.Type type,
com.google.common.collect.ImmutableMap<String,Object> params) |
SqlTypeException(SqlTypeException.Type type,
com.google.common.collect.ImmutableMap<String,Object> params,
Exception cause) |
Copyright © 2019. All rights reserved.