Uses of Enum Class
cn.sliew.flinkful.sql.catalog.dict.flink.CatalogTableKind
Packages that use CatalogTableKind
Package
Description
-
Uses of CatalogTableKind in cn.sliew.flinkful.sql.catalog.dict.flink
Methods in cn.sliew.flinkful.sql.catalog.dict.flink that return CatalogTableKindModifier and TypeMethodDescriptionstatic CatalogTableKindReturns the enum constant of this class with the specified name.static CatalogTableKind[]CatalogTableKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CatalogTableKind in cn.sliew.flinkful.sql.catalog.repository.mapper
Methods in cn.sliew.flinkful.sql.catalog.repository.mapper with parameters of type CatalogTableKindModifier and TypeMethodDescriptionintCatalogTableMapper.countByDatabase(CatalogType type, String catalog, String database, CatalogTableKind kind) intCatalogTableMapper.deleteByName(CatalogType type, String catalog, String database, CatalogTableKind kind, String name) CatalogTableMapper.selectByDatabase(CatalogType type, String catalog, String database, CatalogTableKind kind) CatalogTableMapper.selectByName(CatalogType type, String catalog, String database, CatalogTableKind kind, String name)