| Package | Description |
|---|---|
| org.jdbi.v3.core |
Start with
DBI and Handle |
| org.jdbi.v3.core.argument | |
| org.jdbi.v3.core.config | |
| org.jdbi.v3.core.mapper | |
| org.jdbi.v3.core.mapper.reflect | |
| org.jdbi.v3.core.result | |
| org.jdbi.v3.core.rewriter | |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| Class and Description |
|---|
| Batch
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".
|
| Call
Used for invoking stored procedures.
|
| PreparedBatch
Represents a prepared batch statement.
|
| Query
Statement providing convenience result handling for SQL queries.
|
| Script
Represents a number of SQL statements which will be executed in a batch statement.
|
| StatementBuilder
Used to convert translated SQL into a prepared statement.
|
| StatementBuilderFactory
Used to specify how prepared statements are built.
|
| Update
Used for INSERT, UPDATE, and DELETE statements
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| TimingCollector
This class collects timing information for every database operation.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| StatementException |
| Class and Description |
|---|
| Binding
Represents the arguments bound to a particular statement
|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| Batch
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".
|
| Binding
Represents the arguments bound to a particular statement
|
| Call
Used for invoking stored procedures.
|
| CallableStatementMapper |
| Cleanable
Cleans up some JDBC resource e.g.
|
| OutParameters
Represents output from a Call (CallableStatement)
|
| PreparedBatch
Represents a prepared batch statement.
|
| Query
Statement providing convenience result handling for SQL queries.
|
| SqlStatement
This class provides the common functions between
Query and
Update. |
| SqlStatements |
| StatementBuilder
Used to convert translated SQL into a prepared statement.
|
| StatementBuilderFactory
Used to specify how prepared statements are built.
|
| StatementContext
The statement context provides access to statement-local configuration.
|
| StatementCustomizer
Allows tweaking of statement behaviour.
|
| StatementException |
| TimingCollector
This class collects timing information for every database operation.
|
| UnableToCreateStatementException |
Copyright © 2017. All rights reserved.