Package | Description |
---|---|
org.skife.jdbi.v2 |
Start with
DBI and Handle |
Modifier and Type | Method and Description |
---|---|
PreparedBatchPart |
PreparedBatch.add()
Add a statement (part) to this batch.
|
PreparedBatchPart |
PreparedBatch.add(Map<String,? extends Object> args)
Create a new batch part by binding values looked up in
args to
named parameters on the statement. |
PreparedBatchPart |
PreparedBatchPart.next()
Submit this part of the batch and open a fresh one
|
Copyright © 2018. All rights reserved.