Uses of Interface
org.jdbi.v3.core.argument.Argument

Packages that use Argument
Package
Description
The argument classes translate Java types into JDBC parameters.
 
 
The array package binds Java arrays and collections to SQL arrays, and handles mapping array result types back to Java arrays and collections.
 
The statement package provides most of the Fluent API to drive statement execution.
guava provides extra types that are commonly needed beyond built in JDK types.
joda-time provides improved date and time types to pre-Java 8 applications.
 
 
The postgres plugin provides improved support for java.time, hstore, uuid, and enum types when configured with a recent Postgres database server.
 
The sqlite plugin provides improved support for java.net.URL.
vavr is a functional programming library for the JVM.