Uses of Package
org.jdbi.v3.core.argument
-
Packages that use org.jdbi.v3.core.argument Package Description org.jdbi.v3.core.argument Theargumentclasses translate Java types into JDBC parameters.org.jdbi.v3.core.argument.internal org.jdbi.v3.core.argument.internal.strategies org.jdbi.v3.core.array Thearraypackage binds Java arrays and collections to SQL arrays, and handles mapping array result types back to Java arrays and collections.org.jdbi.v3.core.codec org.jdbi.v3.core.config Theconfigclasses define a configuration registry starting from eachJdbiinstance.org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution.org.jdbi.v3.core.statement.internal org.jdbi.v3.guava guavaprovides extra types that are commonly needed beyond built in JDK types.org.jdbi.v3.guava.codec org.jdbi.v3.jodatime2 joda-timeprovides improved date and time types to pre-Java 8 applications.org.jdbi.v3.json.internal org.jdbi.v3.postgis org.jdbi.v3.postgres Thepostgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server.org.jdbi.v3.postgres.internal org.jdbi.v3.sqlite3 Thesqliteplugin provides improved support forjava.net.URL.org.jdbi.v3.sqlobject.config Thesqlobject.configpackage defines configuration annotations that modify theJdbiconfiguration used as the context for executing SqlObject methods, such as registering handled types.org.jdbi.v3.vavr vavris a functional programming library for the JVM. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.core.argument Class Description AbstractArgumentFactory AnArgumentFactorybase class for arguments of typeT.AbstractArgumentFactory.ArgumentPredicate Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement.ArgumentFactory.Preparable ArgumentFactory extension interface that allows preparing arguments for efficient batch binding.Arguments A registry for ArgumentFactory instances.DelegatingArgumentFactory EnumArgumentFactory NamedArgumentFinder Returns an Argument based on a name.QualifiedArgumentFactory Inspect a value with optional static qualified type information and produce anArgumentthat binds the value to a prepared statement.QualifiedArgumentFactory.Preparable QualifiedArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.core.argument.internal Class Description Argument Represents an argument to a prepared statement.NamedArgumentFinder Returns an Argument based on a name. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.core.argument.internal.strategies Class Description Argument Represents an argument to a prepared statement. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.core.array Class Description Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement.ArgumentFactory.Preparable ArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.core.codec Class Description Argument Represents an argument to a prepared statement.QualifiedArgumentFactory Inspect a value with optional static qualified type information and produce anArgumentthat binds the value to a prepared statement.QualifiedArgumentFactory.Preparable QualifiedArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.core.config Class Description ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement.QualifiedArgumentFactory Inspect a value with optional static qualified type information and produce anArgumentthat binds the value to a prepared statement. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.core.statement Class Description Argument Represents an argument to a prepared statement.NamedArgumentFinder Returns an Argument based on a name. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.core.statement.internal Class Description NamedArgumentFinder Returns an Argument based on a name. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.guava Class Description Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.guava.codec Class Description QualifiedArgumentFactory Inspect a value with optional static qualified type information and produce anArgumentthat binds the value to a prepared statement.QualifiedArgumentFactory.Preparable QualifiedArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.jodatime2 Class Description AbstractArgumentFactory AnArgumentFactorybase class for arguments of typeT.Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement.ArgumentFactory.Preparable ArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.json.internal Class Description Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.postgis Class Description Argument Represents an argument to a prepared statement. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.postgres Class Description AbstractArgumentFactory AnArgumentFactorybase class for arguments of typeT.Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement.ArgumentFactory.Preparable ArgumentFactory extension interface that allows preparing arguments for efficient batch binding.SetObjectArgumentFactory Factory that usesPreparedStatement.setObject(int, Object, int)to bind values. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.postgres.internal Class Description Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement.ArgumentFactory.Preparable ArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.sqlite3 Class Description AbstractArgumentFactory AnArgumentFactorybase class for arguments of typeT.Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement.ArgumentFactory.Preparable ArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.sqlobject.config Class Description ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement. -
Classes in org.jdbi.v3.core.argument used by org.jdbi.v3.vavr Class Description Argument Represents an argument to a prepared statement.ArgumentFactory Inspect a value with optional static type information and produce anArgumentthat binds the value to a prepared statement.