Uses of Class
org.jdbi.v3.core.array.SqlArrayTypes
Packages that use 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
Methods in org.jdbi.v3.core.array that return SqlArrayTypesModifier 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.