Uses of Enum
org.jdbi.v3.core.array.SqlArrayArgumentStrategy
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.
The
config
classes define a configuration registry starting from
each Jdbi
instance.
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of SqlArrayArgumentStrategy in org.jdbi.v3.core.array
Modifier and TypeClassDescriptionenum
Strategies used to bind SQL array arguments to aPreparedStatement
.Modifier and TypeMethodDescriptionSqlArrayTypes.getArgumentStrategy()
Returns the strategy used to bind array-type arguments to SQL statements.static SqlArrayArgumentStrategy
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 TypeMethodDescriptionSqlArrayTypes.setArgumentStrategy
(SqlArrayArgumentStrategy argumentStrategy) Sets the strategy used when binding array-type arguments to SQL statements. -
Uses of SqlArrayArgumentStrategy in org.jdbi.v3.core.config
Modifier and TypeMethodDescriptiondefault This
Configurable.setSqlArrayArgumentStrategy
(SqlArrayArgumentStrategy strategy) Convenience method forgetConfig(SqlArrayTypes.class).setArgumentStrategy(strategy)
-
Uses of SqlArrayArgumentStrategy in org.jdbi.v3.core.statement
Modifier and TypeMethodDescriptionStatementContext.getSqlArrayArgumentStrategy()
Returns the strategy used by this context to bind array-type arguments to SQL statements.