Class JdbcTypeUtil
- java.lang.Object
-
- org.apache.flink.connector.jdbc.utils.JdbcTypeUtil
-
@Internal public class JdbcTypeUtil extends Object
Utils for jdbc type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static intlogicalTypeToSqlType(org.apache.flink.table.types.logical.LogicalTypeRoot typeRoot)static inttypeInformationToSqlType(org.apache.flink.api.common.typeinfo.TypeInformation<?> type)Deprecated.
-
-
-
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)
-
-