Class 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