Uses of Interface
org.jdbi.v3.core.statement.Cleanable
Packages that use 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
Methods in org.jdbi.v3.core.statement with parameters of type CleanableModifier and TypeMethodDescriptionvoidStatementContext.addCleanable(Cleanable cleanable) Registers aCleanableto be invoked when the statement context is closed.