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()

Method Summary
 BatchBindStep bind(Object... bindValues)
          Set bind values on the batch statement
 
Methods inherited from interface org.jooq.Batch
execute
 

Method Detail

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.