Uses of Enum
org.jdbi.v3.core.array.SqlArrayArgumentStrategy
Packages that use 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.arrayMethods in org.jdbi.v3.core.array that return SqlArrayArgumentStrategyModifier and TypeMethodDescriptionSqlArrayTypes.getArgumentStrategy()Returns the strategy used to bind array-type arguments to SQL statements.static SqlArrayArgumentStrategyReturns 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.Methods in org.jdbi.v3.core.array with parameters of type SqlArrayArgumentStrategyModifier 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.configMethods in org.jdbi.v3.core.config with parameters of type SqlArrayArgumentStrategyModifier and TypeMethodDescriptiondefault ThisConfigurable.setSqlArrayArgumentStrategy(SqlArrayArgumentStrategy strategy) Convenience method forgetConfig(SqlArrayTypes.class).setArgumentStrategy(strategy)
- 
Uses of SqlArrayArgumentStrategy in org.jdbi.v3.core.statementMethods in org.jdbi.v3.core.statement that return SqlArrayArgumentStrategyModifier and TypeMethodDescriptionStatementContext.getSqlArrayArgumentStrategy()Returns the strategy used by this context to bind array-type arguments to SQL statements.