| Package | Description |
|---|---|
| org.jdbi.v3.core |
Start with
DBI and Handle |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| 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 © 2017. All rights reserved.