Package | Description |
---|---|
org.skife.jdbi.v2 |
Start with
DBI and Handle |
Modifier and Type | Method and Description |
---|---|
Batch |
Batch.add(String sql)
Add a statement to the batch
|
Batch |
Handle.createBatch()
Create a non-prepared (no bound parameters, but different SQL, batch statement
|
Batch |
Batch.define(String key,
Object value)
Specify a value on the statement context for this batch
|
Copyright © 2018. All rights reserved.