Uses of Interface
org.jdbi.v3.core.statement.SqlExceptionHandler
Packages that use SqlExceptionHandler
Package
Description
The
statement package provides most of the Fluent API
to drive statement execution.-
Uses of SqlExceptionHandler in org.jdbi.v3.core.statement
Methods in org.jdbi.v3.core.statement with parameters of type SqlExceptionHandlerModifier and TypeMethodDescriptionSqlStatements.addExceptionHandler(SqlExceptionHandler handler) Add a callback used when statement execution throws SQLException.