| Interface | Description |
|---|---|
| JdbcOutputFormat.RecordExtractor<F,T> |
An interface to extract a value from given argument.
|
| JdbcOutputFormat.StatementExecutorFactory<T extends JdbcBatchStatementExecutor<?>> |
A factory for creating
JdbcBatchStatementExecutor instance. |
| Class | Description |
|---|---|
| GenericJdbcSinkFunction<T> |
A generic SinkFunction for JDBC.
|
| JdbcOutputFormat<In,JdbcIn,JdbcExec extends JdbcBatchStatementExecutor<JdbcIn>> |
A JDBC outputFormat that supports batching records before writing records to database.
|
| JdbcOutputFormat.Builder |
Builder for a
JdbcOutputFormat. |
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.