| Package | Description |
|---|---|
| org.jdbi.v3.core.array | |
| org.jdbi.v3.core.config | |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| Modifier and Type | Method and Description |
|---|---|
SqlArrayArgumentStrategy |
SqlArrayTypes.getArgumentStrategy()
Returns the strategy used to bind array-type arguments to SQL statements.
|
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()
Returns the strategy used to bind array-type arguments to SQL statements.
|
Copyright © 2017. All rights reserved.