| Package | Description |
|---|---|
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlStatement<This extends SqlStatement<This>>
This class provides the common functions between
Query and
Update. |
| Modifier and Type | Class and Description |
|---|---|
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 |
Script
Represents a number of SQL statements which will be executed in a batch statement.
|
class |
Update
Used for INSERT, UPDATE, and DELETE statements
|
Copyright © 2019. All rights reserved.