类 JdbcColumnConverter

    • 构造器详细资料

      • JdbcColumnConverter

        public JdbcColumnConverter()
        已过时。
    • 方法详细资料

      • convert

        public static List<org.apache.seatunnel.api.table.catalog.Column> convert​(DatabaseMetaData metadata,
                                                                                  org.apache.seatunnel.api.table.catalog.TablePath tablePath)
                                                                           throws SQLException
        已过时。
        抛出:
        SQLException
      • convert

        public static org.apache.seatunnel.api.table.catalog.Column convert​(String columnName,
                                                                            int jdbcType,
                                                                            String nativeType,
                                                                            int isNullable,
                                                                            int precision,
                                                                            int scale)
                                                                     throws SQLException
        已过时。
        抛出:
        SQLException