org.jooq
Interface BatchBindStep
- All Superinterfaces:
- Batch
public interface BatchBindStep
- extends Batch
This type is used for the Batch
's DSL API.
Use it to add bind values to a single operation in the batch statement.
- Author:
- Lukas Eder
- See Also:
Batch
,
Statement.executeBatch()
bind
BatchBindStep bind(Object... bindValues)
throws DataAccessException
- Set bind values on the batch statement
- Throws:
DataAccessException
- if something went wrong executing the query
Copyright © 2012. All Rights Reserved.