Uses of Interface
org.apache.flink.connector.jdbc.converter.JdbcRowConverter
-
-
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.converter
Classes in org.apache.flink.connector.jdbc.converter that implement JdbcRowConverter Modifier and Type Class Description classAbstractJdbcRowConverterBase class for all converters that convert between JDBC object and Flink internal object. -
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.databases.derby.dialect
Classes in org.apache.flink.connector.jdbc.databases.derby.dialect that implement JdbcRowConverter Modifier and Type Class Description classDerbyRowConverterRuntime converter that responsible to convert between JDBC object and Flink internal object for Derby.Methods in org.apache.flink.connector.jdbc.databases.derby.dialect that return JdbcRowConverter Modifier and Type Method Description JdbcRowConverterDerbyDialect. getRowConverter(org.apache.flink.table.types.logical.RowType rowType) -
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.databases.mysql.dialect
Classes in org.apache.flink.connector.jdbc.databases.mysql.dialect that implement JdbcRowConverter Modifier and Type Class Description classMySQLRowConverterRuntime converter that responsible to convert between JDBC object and Flink internal object for MySQL.Methods in org.apache.flink.connector.jdbc.databases.mysql.dialect that return JdbcRowConverter Modifier and Type Method Description JdbcRowConverterMySqlDialect. getRowConverter(org.apache.flink.table.types.logical.RowType rowType) -
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.databases.oracle.dialect
Classes in org.apache.flink.connector.jdbc.databases.oracle.dialect that implement JdbcRowConverter Modifier and Type Class Description classOracleRowConverterRuntime converter that responsible to convert between JDBC object and Flink internal object for Oracle.Methods in org.apache.flink.connector.jdbc.databases.oracle.dialect that return JdbcRowConverter Modifier and Type Method Description JdbcRowConverterOracleDialect. getRowConverter(org.apache.flink.table.types.logical.RowType rowType) -
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.databases.postgres.dialect
Classes in org.apache.flink.connector.jdbc.databases.postgres.dialect that implement JdbcRowConverter Modifier and Type Class Description classPostgresRowConverterRuntime converter that responsible to convert between JDBC object and Flink internal object for PostgreSQL.Methods in org.apache.flink.connector.jdbc.databases.postgres.dialect that return JdbcRowConverter Modifier and Type Method Description JdbcRowConverterPostgresDialect. getRowConverter(org.apache.flink.table.types.logical.RowType rowType) -
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.databases.sqlserver.dialect
Classes in org.apache.flink.connector.jdbc.databases.sqlserver.dialect that implement JdbcRowConverter Modifier and Type Class Description classSqlServerRowConverterRuntime converter that responsible to convert between JDBC object and Flink internal object for MsSql.Methods in org.apache.flink.connector.jdbc.databases.sqlserver.dialect that return JdbcRowConverter Modifier and Type Method Description JdbcRowConverterSqlServerDialect. getRowConverter(org.apache.flink.table.types.logical.RowType rowType) -
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.dialect
Methods in org.apache.flink.connector.jdbc.dialect that return JdbcRowConverter Modifier and Type Method Description JdbcRowConverterJdbcDialect. getRowConverter(org.apache.flink.table.types.logical.RowType rowType)Get converter that convert jdbc object and Flink internal object each other. -
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.internal.executor
Constructors in org.apache.flink.connector.jdbc.internal.executor with parameters of type JdbcRowConverter Constructor Description TableInsertOrUpdateStatementExecutor(StatementFactory existStmtFactory, StatementFactory insertStmtFactory, StatementFactory updateStmtFactory, JdbcRowConverter existSetter, JdbcRowConverter insertSetter, JdbcRowConverter updateSetter, java.util.function.Function<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData> keyExtractor)TableSimpleStatementExecutor(StatementFactory stmtFactory, JdbcRowConverter converter)Keep in mind object reuse: if it's on then key extractor may be required to return new object. -
Uses of JdbcRowConverter in org.apache.flink.connector.jdbc.table
Methods in org.apache.flink.connector.jdbc.table with parameters of type JdbcRowConverter Modifier and Type Method Description JdbcRowDataInputFormat.BuilderJdbcRowDataInputFormat.Builder. setRowConverter(JdbcRowConverter rowConverter)
-