Uses of Class
cn.sliew.sakura.common.dict.catalog.flink.CatalogColumnType
-
Packages that use CatalogColumnType Package Description cn.sliew.sakura.common.dict.catalog.flink -
-
Uses of CatalogColumnType in cn.sliew.sakura.common.dict.catalog.flink
Methods in cn.sliew.sakura.common.dict.catalog.flink that return CatalogColumnType Modifier and Type Method Description static CatalogColumnTypeCatalogColumnType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CatalogColumnType[]CatalogColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-