Package | Description |
---|---|
org.skife.jdbi.v2 |
Start with
DBI and Handle |
Modifier and Type | Method and Description |
---|---|
PreparedBatch |
PreparedBatch.add(Object... args) |
PreparedBatch |
PreparedBatch.define(Map<String,? extends Object> values)
Adds all key/value pairs in the Map to the
StatementContext . |
PreparedBatch |
PreparedBatch.define(String key,
Object value)
Specify a value on the statement context for this batch
|
PreparedBatch |
Handle.prepareBatch(String sql)
Prepare a batch to execute.
|
PreparedBatch |
PreparedBatchPart.submit()
Submit this statement to the batch, yielding the batch.
|
Copyright © 2018. All rights reserved.