| Package | Description |
|---|---|
| org.skife.jdbi.v2 |
Start with
DBI and Handle |
| org.skife.jdbi.v2.exceptions |
All JDBI exceptions extend
RuntimeException, so you can skip catching them. |
| org.skife.jdbi.v2.logging | |
| org.skife.jdbi.v2.spring |
Classes here provide integration hooks for working with the Spring framework.
|
| org.skife.jdbi.v2.sqlobject |
SQL Objects
|
| org.skife.jdbi.v2.sqlobject.customizers | |
| org.skife.jdbi.v2.sqlobject.mixins | |
| org.skife.jdbi.v2.sqlobject.stringtemplate | |
| org.skife.jdbi.v2.tweak |
Interfaces used to alter JDBI's behavior
|
| org.skife.jdbi.v2.tweak.transactions |
Several
TransactionHandler instances ae provided for working in
different environments. |
| org.skife.jdbi.v2.unstable.oracle |
Convenience classes when working with Oracle databases.
|
| org.skife.jdbi.v2.util |
Classes provided as a convenience to users of the library.
|
| 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 |
| ContainerBuilder |
| FoldController |
| Folder
Deprecated.
Prefer Folder2, in jdbi3 Folder2 will be renamed Folder and this form will go away
|
| Folder2 |
| Folder3 |
| Foreman
Foreman will select best ArgumentFactory to use from all the registered
ArgumentFactory instances and return an Argument created from that
ArgumentFactory.
|
| GeneratedKeys
Wrapper object for generated keys as returned by the
Statement.getGeneratedKeys() |
| Handle
This represents a connection to the database system.
|
| IDBI
An interface for
DBI instances for systems which like
to work with interfaces. |
| OutParameters
Represents output from a Call (CallableStatement)
|
| PreparedBatch
Represents a prepared batch statement.
|
| PreparedBatchPart
Represents a single statement in a prepared batch
|
| Query
Statement providing convenience result handling for SQL queries.
|
| ResultBearing |
| ResultColumnMapperFactory
Factory interface used to produce column mappers.
|
| ResultIterator
Represents a forward-only iterator over a result set, which will lazily iterate
the results.
|
| ResultSetMapperFactory
Factory interface used to produce result set mappers.
|
| Script
Represents a number of SQL statements which will be executed in a batch statement.
|
| SqlObjectContext |
| SQLStatement
This class provides the common functions between
Query and
Update. |
| StatementContext
The statement context provides a means for passing client specific information through the
evaluation of a statement.
|
| TimingCollector
This class collects timing information for every database operation.
|
| TransactionCallback
Used as a callback which guarantees that the inTransaction method is invoked in
a transaction, and will be committed or rolled back as specified.
|
| TransactionConsumer
Used as a callback which guarantees that the inTransaction method is invoked in
a transaction, and will be committed or rolled back as specified.
|
| TransactionIsolationLevel |
| TransactionState |
| TransactionStatus
Allows rolling back a transaction in a TransactionCallback
|
| Update
Used for INSERT, UPDATE, and DELETE statements
|
| Class and Description |
|---|
| StatementContext
The statement context provides a means for passing client specific information through the
evaluation of a statement.
|
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| IDBI
An interface for
DBI instances for systems which like
to work with interfaces. |
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| IDBI
An interface for
DBI instances for systems which like
to work with interfaces. |
| SQLStatement
This class provides the common functions between
Query and
Update. |
| Class and Description |
|---|
| SQLStatement
This class provides the common functions between
Query and
Update. |
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| Transaction |
| TransactionIsolationLevel |
| Class and Description |
|---|
| StatementContext
The statement context provides a means for passing client specific information through the
evaluation of a statement.
|
| Class and Description |
|---|
| Binding
Represents the arguments bound to a particular statement
|
| ContainerBuilder |
| Handle
This represents a connection to the database system.
|
| ResultSetMapperFactory
Factory interface used to produce result set mappers.
|
| StatementContext
The statement context provides a means for passing client specific information through the
evaluation of a statement.
|
| TransactionCallback
Used as a callback which guarantees that the inTransaction method is invoked in
a transaction, and will be committed or rolled back as specified.
|
| TransactionIsolationLevel |
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| TransactionCallback
Used as a callback which guarantees that the inTransaction method is invoked in
a transaction, and will be committed or rolled back as specified.
|
| TransactionIsolationLevel |
| Class and Description |
|---|
| StatementContext
The statement context provides a means for passing client specific information through the
evaluation of a statement.
|
| Class and Description |
|---|
| ResultColumnMapperFactory
Factory interface used to produce column mappers.
|
| StatementContext
The statement context provides a means for passing client specific information through the
evaluation of a statement.
|
Copyright © 2018. All rights reserved.