public interface JdbcBatchStatementExecutor<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addToBatch(T record) |
void |
closeStatements()
Close JDBC related statements.
|
void |
executeBatch()
Submits a batch of commands to the database for execution.
|
void |
prepareStatements(Connection connection)
Create statements from connection.
|
void prepareStatements(Connection connection) throws SQLException
SQLExceptionvoid addToBatch(T record) throws SQLException
SQLExceptionvoid executeBatch()
throws SQLException
SQLExceptionvoid closeStatements()
throws SQLException
SQLExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.