Module org.jooq

Class BatchedPreparedStatement

All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper

public class BatchedPreparedStatement extends DefaultPreparedStatement
A batched statement.

This statement doesn't execute immediately, but buffers all bind variables in batch, delaying execution until a new SQL string is encountered. See BatchedConnection for details.

Author:
Lukas Eder
See Also: