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) throws DataAccessException
DataAccessException - if something went wrong executing the queryCopyright © 2013. All Rights Reserved.