| Package | Description |
|---|---|
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
StatementExceptions.MessageRendering |
StatementExceptions.getMessageRendering() |
static StatementExceptions.MessageRendering |
StatementExceptions.MessageRendering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementExceptions.MessageRendering[] |
StatementExceptions.MessageRendering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatementExceptions |
StatementExceptions.setMessageRendering(StatementExceptions.MessageRendering messageRendering)
Configure exception statement message generation.
|
Copyright © 2019. All rights reserved.