Uses of Class
org.jdbi.v3.core.statement.StatementExceptions
Packages that use 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
Classes in org.jdbi.v3.core.statement that implement interfaces with type arguments of type StatementExceptionsModifier and TypeClassDescriptionclass
Configuration forStatementException
and subclasses behavior.Methods in org.jdbi.v3.core.statement that return StatementExceptionsModifier 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.