Class JdbcTypeUtil


  • @Internal
    public class JdbcTypeUtil
    extends Object
    Utils for jdbc type.
    • Method Detail

      • typeInformationToSqlType

        @Deprecated
        public static int typeInformationToSqlType​(org.apache.flink.api.common.typeinfo.TypeInformation<?> type)
        Deprecated.
        Drop this method once Python is not using JdbcOutputFormat.
      • logicalTypeToSqlType

        public static int logicalTypeToSqlType​(org.apache.flink.table.types.logical.LogicalTypeRoot typeRoot)