Uses of Class
org.jdbi.v3.core.statement.Batch
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of Batch in org.jdbi.v3.core
Modifier and TypeMethodDescriptionHandle.createBatch()
Create a non-prepared (no bound parameters, but different SQL) batch statement. -
Uses of Batch in org.jdbi.v3.core.statement
Modifier and TypeClassDescriptionclass
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".