Uses of Class
cn.sliew.flinkful.sql.catalog.repository.entity.CatalogTable
Packages that use CatalogTable
Package
Description
-
Uses of CatalogTable in cn.sliew.flinkful.sql.catalog.repository.mapper
Methods in cn.sliew.flinkful.sql.catalog.repository.mapper that return types with arguments of type CatalogTableModifier and TypeMethodDescriptionCatalogTableMapper.selectByDatabase(CatalogType type, String catalog, String database, CatalogTableKind kind) CatalogTableMapper.selectByName(CatalogType type, String catalog, String database, CatalogTableKind kind, String name) -
Uses of CatalogTable in cn.sliew.flinkful.sql.catalog.service.convert
Methods in cn.sliew.flinkful.sql.catalog.service.convert that return CatalogTableModifier and TypeMethodDescriptiondefault CatalogTableCatalogTableConvert.toDo(CatalogTableDTO dto) Methods in cn.sliew.flinkful.sql.catalog.service.convert with parameters of type CatalogTableModifier and TypeMethodDescriptiondefault CatalogTableDTOCatalogTableConvert.toDto(CatalogTable entity)