| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
OnError |
AbstractDatabase.onError() |
OnError |
Database.onError()
The behaviour when errors are encountered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.setOnError(OnError onError) |
void |
Database.setOnError(OnError onError)
The behaviour when errors are encountered.
|
| Modifier and Type | Field and Description |
|---|---|
protected OnError |
Configuration.onError |
| Modifier and Type | Method and Description |
|---|---|
static OnError |
OnError.fromValue(String v) |
OnError |
Configuration.getOnError()
The action to be taken by the generator as the consequence of an encountered exception.
|
static OnError |
OnError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnError[] |
OnError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setOnError(OnError value)
The action to be taken by the generator as the consequence of an encountered exception.
|
Configuration |
Configuration.withOnError(OnError value)
The action to be taken by the generator as the consequence of an encountered exception.
|
Copyright © 2021. All rights reserved.