Uses of Enum
org.jdbi.v3.core.statement.StatementExceptions.MessageRendering
Packages that use StatementExceptions.MessageRendering
Package
Description
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of StatementExceptions.MessageRendering in org.jdbi.v3.core.statement
Methods in org.jdbi.v3.core.statement that return StatementExceptions.MessageRenderingModifier and TypeMethodDescriptionStatementExceptions.getMessageRendering()
Returns the statement exception message rendering strategy.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.Methods in org.jdbi.v3.core.statement with parameters of type StatementExceptions.MessageRenderingModifier and TypeMethodDescriptionStatementExceptions.setMessageRendering
(StatementExceptions.MessageRendering messageRendering) Configure exception statement message generation.