| 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.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
SqlArrayArgumentStrategy |
SqlArrayTypes.getArgumentStrategy() |
static SqlArrayArgumentStrategy |
SqlArrayArgumentStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlArrayArgumentStrategy[] |
SqlArrayArgumentStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SqlArrayTypes |
SqlArrayTypes.setArgumentStrategy(SqlArrayArgumentStrategy argumentStrategy)
Sets the strategy used when binding array-type arguments to SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.setSqlArrayArgumentStrategy(SqlArrayArgumentStrategy strategy)
Convenience method for
getConfig(SqlArrayTypes.class).setArgumentStrategy(strategy) |
| Modifier and Type | Method and Description |
|---|---|
SqlArrayArgumentStrategy |
StatementContext.getSqlArrayArgumentStrategy() |
Copyright © 2019. All rights reserved.