Uses of Class
org.jdbi.v3.core.statement.StatementExceptions
Package
Description
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of StatementExceptions in org.jdbi.v3.core.statement
Modifier and TypeClassDescriptionclass
Configuration forStatementException
and subclasses behavior.Modifier and TypeMethodDescriptionStatementExceptions.createCopy()
StatementExceptions.setLengthLimit
(int lengthLimit) Set a hint on how long you'd like to shorten various variable-length strings to.StatementExceptions.setMessageRendering
(Function<StatementException, String> messageRendering) Configure exception statement message generation.