Uses of Interface
org.jdbi.v3.core.statement.Cleanable
Package
Description
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of Cleanable in org.jdbi.v3.core.statement
Modifier and TypeMethodDescriptionvoid
StatementContext.addCleanable
(Cleanable cleanable) Registers aCleanable
to be invoked when the statement context is closed.