Class PostgresTypeMapper
- java.lang.Object
-
- org.apache.flink.connector.jdbc.databases.postgres.catalog.PostgresTypeMapper
-
- All Implemented Interfaces:
JdbcDialectTypeMapper
@Internal public class PostgresTypeMapper extends Object implements JdbcDialectTypeMapper
PostgresTypeMapper util class.
-
-
Constructor Summary
Constructors Constructor Description PostgresTypeMapper()
-
Method Summary
All Methods Instance Methods Concrete 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
public org.apache.flink.table.types.DataType mapping(org.apache.flink.table.catalog.ObjectPath tablePath, ResultSetMetaData metadata, int colIndex) throws SQLException- Specified by:
mappingin interfaceJdbcDialectTypeMapper- Throws:
SQLException
-
-