public interface JdbcBatchStatementExecutor extends AutoCloseable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addToBatch(SeaTunnelRow record) |
default void |
close() |
void |
closeStatements() |
void |
executeBatch() |
void |
prepareStatements(Connection connection) |
void prepareStatements(Connection connection) throws SQLException
SQLExceptionvoid addToBatch(SeaTunnelRow record) throws SQLException
SQLExceptionvoid executeBatch()
throws SQLException
SQLExceptionvoid closeStatements()
throws SQLException
SQLExceptiondefault void close()
throws SQLException
close 在接口中 AutoCloseableSQLExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.