| 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. |
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| org.jdbi.v3.core.enums.internal | |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Class and Description |
|---|
| SqlArrayArgumentStrategy
Strategies used to bind SQL array arguments to a
PreparedStatement. |
| SqlArrayType
Strategy for converting elements of array-like arguments into SQL array elements.
|
| SqlArrayTypeFactory
Factory interface to produce
SqlArrayType instances. |
| SqlArrayTypes
Configuration class for SQL array binding and mapping.
|
| Class and Description |
|---|
| SqlArrayArgumentStrategy
Strategies used to bind SQL array arguments to a
PreparedStatement. |
| SqlArrayType
Strategy for converting elements of array-like arguments into SQL array elements.
|
| SqlArrayTypeFactory
Factory interface to produce
SqlArrayType instances. |
| Class and Description |
|---|
| SqlArrayType
Strategy for converting elements of array-like arguments into SQL array elements.
|
| SqlArrayTypeFactory
Factory interface to produce
SqlArrayType instances. |
| Class and Description |
|---|
| SqlArrayArgumentStrategy
Strategies used to bind SQL array arguments to a
PreparedStatement. |
| SqlArrayType
Strategy for converting elements of array-like arguments into SQL array elements.
|
Copyright © 2019. All rights reserved.