| Package | Description |
|---|---|
| org.jdbi.v3.core |
Start with
DBI and Handle |
| org.jdbi.v3.core.extension | |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| Modifier and Type | Class and Description |
|---|---|
class |
Handle
This represents a connection to the database system.
|
class |
Jdbi
This class provides the access point for jDBI.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HandleSupplier
A handle supplier for extension implementors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Batch
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".
|
class |
Call
Used for invoking stored procedures.
|
class |
PreparedBatch
Represents a prepared batch statement.
|
class |
Query
Statement providing convenience result handling for SQL queries.
|
class |
SqlStatement<This extends SqlStatement<This>>
This class provides the common functions between
Query and
Update. |
class |
Update
Used for INSERT, UPDATE, and DELETE statements
|
Copyright © 2017. All rights reserved.