| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
SqlArrayTypes |
SqlArrayTypes.createCopy() |
SqlArrayTypes |
SqlArrayTypes.register(Class<?> elementType,
String sqlTypeName)
Register an array element type that is supported by the JDBC vendor.
|
SqlArrayTypes |
SqlArrayTypes.register(SqlArrayType<?> arrayType)
Register a
SqlArrayType which will have its parameterized type inspected to determine which element type
it supports. |
SqlArrayTypes |
SqlArrayTypes.register(SqlArrayTypeFactory factory)
Register a
SqlArrayTypeFactory. |
SqlArrayTypes |
SqlArrayTypes.setArgumentStrategy(SqlArrayArgumentStrategy argumentStrategy)
Sets the strategy used when binding array-type arguments to SQL statements.
|
Copyright © 2019. All rights reserved.