Package org.jdbi.v3.core.array
package org.jdbi.v3.core.array
The array
package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections.
-
ClassDescriptionBind a Java array or
Collection
to a SQL array using theSqlArrayTypeFactory
for the given type information.Strategies used to bind SQL array arguments to aPreparedStatement
.Maps SQL array columns into Java arrays or other Java container types.SqlArrayType<T>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.