| Interface | Description |
|---|---|
| AbstractJdbcRowConverter.JdbcDeserializationConverter |
Runtime converter to convert JDBC field to
RowData type object. |
| AbstractJdbcRowConverter.JdbcSerializationConverter |
Runtime converter to convert
RowData field to java object and fill into the PreparedStatement. |
| JdbcRowConverter |
Converter that is responsible to convert between JDBC object and Flink SQL internal data
structure
RowData. |
| Class | Description |
|---|---|
| AbstractJdbcRowConverter |
Base class for all converters that convert between JDBC object and Flink internal object.
|
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.