Package org.apache.flink.connector.jdbc
Class JdbcRowOutputFormat
- java.lang.Object
-
- org.apache.flink.api.common.io.RichOutputFormat<In>
-
- org.apache.flink.connector.jdbc.internal.JdbcOutputFormat<org.apache.flink.types.Row,org.apache.flink.types.Row,JdbcBatchStatementExecutor<org.apache.flink.types.Row>>
-
- org.apache.flink.connector.jdbc.JdbcRowOutputFormat
-
- All Implemented Interfaces:
Flushable,Serializable,org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Row>,org.apache.flink.api.java.typeutils.InputTypeConfigurable
@Experimental public class JdbcRowOutputFormat extends JdbcOutputFormat<org.apache.flink.types.Row,org.apache.flink.types.Row,JdbcBatchStatementExecutor<org.apache.flink.types.Row>>
OutputFormat to write Rows into a JDBC database. The OutputFormat has to be configured using the supplied OutputFormatBuilder.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJdbcRowOutputFormat.JdbcOutputFormatBuilderBuilder forJdbcRowOutputFormat.-
Nested classes/interfaces inherited from class org.apache.flink.connector.jdbc.internal.JdbcOutputFormat
JdbcOutputFormat.Builder, JdbcOutputFormat.RecordExtractor<F,T>, JdbcOutputFormat.StatementExecutorFactory<T extends JdbcBatchStatementExecutor<?>>
-
-
Field Summary
-
Fields inherited from class org.apache.flink.connector.jdbc.internal.JdbcOutputFormat
connectionProvider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JdbcRowOutputFormat.JdbcOutputFormatBuilderbuildJdbcOutputFormat()-
Methods inherited from class org.apache.flink.connector.jdbc.internal.JdbcOutputFormat
addToBatch, attemptFlush, builder, close, configure, flush, getConnection, getExecutionOptions, open, setInputType, updateExecutor, writeRecord
-
Methods inherited from class org.apache.flink.api.common.io.RichOutputFormat
getRuntimeContext, setRuntimeContext
-
-
-
-
Method Detail
-
buildJdbcOutputFormat
public static JdbcRowOutputFormat.JdbcOutputFormatBuilder buildJdbcOutputFormat()
-
-