public final class TableSimpleStatementExecutor extends Object implements JdbcBatchStatementExecutor<org.apache.flink.table.data.RowData>
JdbcBatchStatementExecutor that simply adds the records into batches of PreparedStatement and doesn't buffer records in memory. Only used in Table/SQL API.| Constructor and Description |
|---|
TableSimpleStatementExecutor(StatementFactory stmtFactory,
JdbcRowConverter converter)
Keep in mind object reuse: if it's on then key extractor may be required to return new
object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToBatch(org.apache.flink.table.data.RowData 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitkeyed, simplepublic TableSimpleStatementExecutor(StatementFactory stmtFactory, JdbcRowConverter converter)
public void prepareStatements(Connection connection) throws SQLException
JdbcBatchStatementExecutorprepareStatements in interface JdbcBatchStatementExecutor<org.apache.flink.table.data.RowData>SQLExceptionpublic void addToBatch(org.apache.flink.table.data.RowData record)
throws SQLException
addToBatch in interface JdbcBatchStatementExecutor<org.apache.flink.table.data.RowData>SQLExceptionpublic void executeBatch()
throws SQLException
JdbcBatchStatementExecutorexecuteBatch in interface JdbcBatchStatementExecutor<org.apache.flink.table.data.RowData>SQLExceptionpublic void closeStatements()
throws SQLException
JdbcBatchStatementExecutorcloseStatements in interface JdbcBatchStatementExecutor<org.apache.flink.table.data.RowData>SQLExceptionCopyright © 2022–2024 The Apache Software Foundation. All rights reserved.