| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
Batch |
Handle.createBatch()
Create a non-prepared (no bound parameters, but different SQL) batch statement.
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
Batch.add(String sql)
Add a statement to the batch
|
Copyright © 2019. All rights reserved.