Uses of Class
org.jdbi.v3.core.array.SqlArrayTypes
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.-
Uses of SqlArrayTypes in org.jdbi.v3.core.array
Modifier and TypeMethodDescriptionSqlArrayTypes.createCopy()
Register an array element type that is supported by the JDBC vendor.SqlArrayTypes.register
(SqlArrayType<?> arrayType) Register aSqlArrayType
which will have its parameterized type inspected to determine which element type it supports.SqlArrayTypes.register
(SqlArrayTypeFactory factory) Register aSqlArrayTypeFactory
.SqlArrayTypes.setArgumentStrategy
(SqlArrayArgumentStrategy argumentStrategy) Sets the strategy used when binding array-type arguments to SQL statements.