public class BufferReducedBatchStatementExecutor extends Object implements JdbcBatchStatementExecutor<SeaTunnelRow>
| 构造器和说明 |
|---|
BufferReducedBatchStatementExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addToBatch(SeaTunnelRow 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.
|
public void prepareStatements(Connection connection) throws SQLException
JdbcBatchStatementExecutorprepareStatements 在接口中 JdbcBatchStatementExecutor<SeaTunnelRow>SQLExceptionpublic void addToBatch(SeaTunnelRow record) throws SQLException
addToBatch 在接口中 JdbcBatchStatementExecutor<SeaTunnelRow>SQLExceptionpublic void executeBatch()
throws SQLException
JdbcBatchStatementExecutorexecuteBatch 在接口中 JdbcBatchStatementExecutor<SeaTunnelRow>SQLExceptionpublic void closeStatements()
throws SQLException
JdbcBatchStatementExecutorcloseStatements 在接口中 JdbcBatchStatementExecutor<SeaTunnelRow>SQLExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.