Uses of Package
org.jdbi.v3.core.array
Package
Description
The
array
package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections.
The
config
classes define a configuration registry starting from
each Jdbi
instance.
The
statement
package provides most of the Fluent API
to drive statement execution.-
ClassDescriptionStrategies used to bind SQL array arguments to a
PreparedStatement
.Strategy for converting elements of array-like arguments into SQL array elements.Factory interface to produceSqlArrayType
instances.Configuration class for SQL array binding and mapping. -
ClassDescriptionStrategies used to bind SQL array arguments to a
PreparedStatement
.Strategy for converting elements of array-like arguments into SQL array elements.Factory interface to produceSqlArrayType
instances. -
ClassDescriptionStrategies used to bind SQL array arguments to a
PreparedStatement
.Strategy for converting elements of array-like arguments into SQL array elements.