public interface BatchBindStep extends Batch
Batch
's DSL API.
Use it to add bind values to a single operation in the batch statement.
Batch
,
Statement.executeBatch()
Modifier and Type | Method and Description |
---|---|
BatchBindStep |
bind(Object... bindValues)
Set bind values on the batch statement.
|
BatchBindStep |
bind(Object[][] bindValues)
Set several bind values on the batch statement.
|
BatchBindStep bind(Object... bindValues)
BatchBindStep bind(Object[][] bindValues)
This is the same as calling bind(Object...)
several times.
Copyright © 2014. All Rights Reserved.