Package | Description |
---|---|
org.jdbi.v3.core.argument |
The
argument classes translate Java types into JDBC parameters. |
org.jdbi.v3.core.argument.internal | |
org.jdbi.v3.core.array |
The
array package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections. |
org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
org.jdbi.v3.core.statement.internal | |
org.jdbi.v3.guava |
guava provides extra types that are commonly needed beyond built
in JDK types. |
org.jdbi.v3.jodatime2 |
joda-time provides improved date and time types to pre-Java 8 applications. |
org.jdbi.v3.json.internal | |
org.jdbi.v3.postgres |
The
postgres plugin provides improved support for
java.time , hstore , uuid , and enum
types when configured with a recent Postgres database server. |
Class and Description |
---|
AbstractArgumentFactory
An
ArgumentFactory base class for arguments of type T . |
Argument
Represents an argument to a prepared statement.
|
ArgumentFactory
Inspect a value with optional static type information and produce
an
Argument that 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.
|
NamedArgumentFinder
Returns an Argument based on a name.
|
QualifiedArgumentFactory
Inspect a value with optional static qualified type information and produce an
Argument
that binds the value to a prepared statement. |
QualifiedArgumentFactory.Preparable
QualifiedArgumentFactory extension interface that allows preparing arguments for efficient batch binding.
|
Class and Description |
---|
Argument
Represents an argument to a prepared statement.
|
NamedArgumentFinder
Returns an Argument based on a name.
|
Class and Description |
---|
Argument
Represents an argument to a prepared statement.
|
ArgumentFactory
Inspect a value with optional static type information and produce
an
Argument that binds the value to a prepared statement. |
ArgumentFactory.Preparable
ArgumentFactory extension interface that allows preparing arguments for efficient batch binding.
|
Class and Description |
---|
ArgumentFactory
Inspect a value with optional static type information and produce
an
Argument that binds the value to a prepared statement. |
QualifiedArgumentFactory
Inspect a value with optional static qualified type information and produce an
Argument
that binds the value to a prepared statement. |
Class and Description |
---|
Argument
Represents an argument to a prepared statement.
|
NamedArgumentFinder
Returns an Argument based on a name.
|
Class and Description |
---|
NamedArgumentFinder
Returns an Argument based on a name.
|
Class and Description |
---|
ArgumentFactory
Inspect a value with optional static type information and produce
an
Argument that binds the value to a prepared statement. |
Class and Description |
---|
AbstractArgumentFactory
An
ArgumentFactory base class for arguments of type T . |
Argument
Represents an argument to a prepared statement.
|
ArgumentFactory
Inspect a value with optional static type information and produce
an
Argument that binds the value to a prepared statement. |
ArgumentFactory.Preparable
ArgumentFactory extension interface that allows preparing arguments for efficient batch binding.
|
Class and Description |
---|
Argument
Represents an argument to a prepared statement.
|
ArgumentFactory
Inspect a value with optional static type information and produce
an
Argument that binds the value to a prepared statement. |
Class and Description |
---|
AbstractArgumentFactory
An
ArgumentFactory base class for arguments of type T . |
Argument
Represents an argument to a prepared statement.
|
ArgumentFactory
Inspect a value with optional static type information and produce
an
Argument that binds the value to a prepared statement. |
ArgumentFactory.Preparable
ArgumentFactory extension interface that allows preparing arguments for efficient batch binding.
|
SetObjectArgumentFactory
Factory that uses
PreparedStatement.setObject(int, Object, int) to bind values. |
Copyright © 2019. All rights reserved.