| 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 |
StatementExceptions.createCopy() |
StatementExceptions |
StatementExceptions.setLengthLimit(int lengthLimit)
Set a hint on how long you'd like to shorten various variable-length strings to.
|
StatementExceptions |
StatementExceptions.setMessageRendering(StatementExceptions.MessageRendering messageRendering)
Configure exception statement message generation.
|
Copyright © 2019. All rights reserved.