Interface JdbcDialectTypeMapper
-
- All Known Implementing Classes:
MySqlTypeMapper,PostgresTypeMapper
public interface JdbcDialectTypeMapperSeparate the jdbc meta-information type to flink table type into the interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.table.types.DataTypemapping(org.apache.flink.table.catalog.ObjectPath tablePath, ResultSetMetaData metadata, int colIndex)
-
-
-
Method Detail
-
mapping
org.apache.flink.table.types.DataType mapping(org.apache.flink.table.catalog.ObjectPath tablePath, ResultSetMetaData metadata, int colIndex) throws SQLException- Throws:
SQLException
-
-