Uses of Class
org.jdbi.v3.core.statement.StatementException
Packages that use 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
Subclasses of StatementException in org.jdbi.v3.core.resultModifier 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
Subclasses of StatementException in org.jdbi.v3.core.statementModifier 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.Classes in org.jdbi.v3.core.statement that implement interfaces with type arguments of type StatementExceptionModifier and TypeClassDescriptionstatic enum
Control exception message generation.Methods in org.jdbi.v3.core.statement that return types with arguments of type StatementExceptionModifier and TypeMethodDescriptionStatementExceptions.getMessageRendering()
Returns the statement exception message rendering strategy.Methods in org.jdbi.v3.core.statement with parameters of type StatementExceptionModifier and TypeMethodDescriptionStatementExceptions.MessageRendering.apply
(StatementException exc) Method parameters in org.jdbi.v3.core.statement with type arguments of type StatementExceptionModifier and TypeMethodDescriptionStatementExceptions.setMessageRendering
(Function<StatementException, String> messageRendering) Configure exception statement message generation. -
Uses of StatementException in org.jdbi.v3.postgres
Subclasses of StatementException in org.jdbi.v3.postgres