Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected ThrowExceptions |
Settings.throwExceptions |
Modifier and Type | Method and Description |
---|---|
static ThrowExceptions |
ThrowExceptions.fromValue(String v) |
ThrowExceptions |
Settings.getThrowExceptions()
A strategy defining how exceptions from the database / JDBC driver should be propagated
|
static ThrowExceptions |
ThrowExceptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrowExceptions[] |
ThrowExceptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setThrowExceptions(ThrowExceptions value)
Sets the value of the throwExceptions property.
|
Settings |
Settings.withThrowExceptions(ThrowExceptions value) |
Copyright © 2019. All rights reserved.