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 orCollectionto a SQL array using theSqlArrayTypeFactoryfor 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 produceSqlArrayTypeinstances.Configuration class for SQL array binding and mapping.