Uses of Class
org.jdbi.v3.core.statement.StatementException
Package
Description
result
provides the streaming interface that reads rows from JDBC
and drives the mapper
and collector
processes to
produce results.
The
statement
package provides most of the Fluent API
to drive statement execution.
The
postgres
plugin provides improved support for
java.time
, hstore
, uuid
, and enum
types when configured with a recent Postgres database server.-
Uses of StatementException in org.jdbi.v3.core.result
Modifier and TypeClassDescriptionclass
Thrown when no results were found in a context that requires at least one.class
Wraps exceptions thrown while traversing the JDBC result set.class
Wraps exceptions thrown while producing Java result types. -
Uses of StatementException in org.jdbi.v3.core.statement
Modifier and TypeClassDescriptionclass
Thrown whenJdbi
couldn't create a statement.class
Thrown when statement execution fails.class
Thrown whenJdbi
couldn't retrieve metadata from the connection.Modifier and TypeClassDescriptionstatic enum
Control exception message generation.Modifier and TypeMethodDescriptionStatementExceptions.getMessageRendering()
Returns the statement exception message rendering strategy.Modifier and TypeMethodDescriptionStatementExceptions.MessageRendering.apply
(StatementException exc) Modifier and TypeMethodDescriptionStatementExceptions.setMessageRendering
(Function<StatementException, String> messageRendering) Configure exception statement message generation. -
Uses of StatementException in org.jdbi.v3.postgres