| 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.argument.internal.strategies | |
| 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. |
| 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. |
| 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. |
| 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.
|
| 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 |
|---|
| ArgumentFactory
Inspect a value with optional static 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.
|
Copyright © 2019. All rights reserved.