Uses of Class
cn.sliew.flinkful.sql.catalog.service.dto.CatalogTableDTO
Packages that use CatalogTableDTO
Package
Description
-
Uses of CatalogTableDTO in cn.sliew.flinkful.sql.catalog.sakura.factory
Methods in cn.sliew.flinkful.sql.catalog.sakura.factory that return CatalogTableDTOModifier and TypeMethodDescriptionstatic CatalogTableDTOCatalogTableFactory.fromResolvedTable(String tableName, org.apache.flink.table.catalog.CatalogBaseTable catalogBaseTable) static CatalogTableDTOCatalogViewFactory.fromResolvedView(String viewName, org.apache.flink.table.catalog.ResolvedCatalogView resolvedView) static CatalogTableDTOCatalogTableFactory.fromUnresolvedTable(String tableName, org.apache.flink.table.catalog.CatalogBaseTable catalogBaseTable) static CatalogTableDTOCatalogViewFactory.fromUnresolvedTable(String viewName, org.apache.flink.table.catalog.CatalogBaseTable catalogBaseTable) Methods in cn.sliew.flinkful.sql.catalog.sakura.factory with parameters of type CatalogTableDTOModifier and TypeMethodDescriptionstatic SakuraCatalogTableCatalogTableFactory.toTable(CatalogTableDTO catalogTableDTO) static SakuraCatalogViewCatalogViewFactory.toView(CatalogTableDTO catalogTableDTO) -
Uses of CatalogTableDTO in cn.sliew.flinkful.sql.catalog.service
Methods in cn.sliew.flinkful.sql.catalog.service that return types with arguments of type CatalogTableDTOModifier and TypeMethodDescriptionFlinkfulCatalogService.getTable(CatalogType type, String catalog, String database, String table) FlinkfulCatalogService.getView(CatalogType type, String catalog, String database, String view) FlinkfulCatalogService.listTables(CatalogType type, String catalog, String database) FlinkfulCatalogService.listViews(CatalogType type, String catalog, String database) Methods in cn.sliew.flinkful.sql.catalog.service with parameters of type CatalogTableDTOModifier and TypeMethodDescriptionvoidFlinkfulCatalogService.insertTable(CatalogType type, String catalog, String database, CatalogTableDTO table) voidFlinkfulCatalogService.insertView(CatalogType type, String catalog, String database, CatalogTableDTO view) voidFlinkfulCatalogService.updateTable(CatalogType type, String catalog, String database, CatalogTableDTO table) voidFlinkfulCatalogService.updateView(CatalogType type, String catalog, String database, CatalogTableDTO view) -
Uses of CatalogTableDTO in cn.sliew.flinkful.sql.catalog.service.convert
Methods in cn.sliew.flinkful.sql.catalog.service.convert that return CatalogTableDTOModifier and TypeMethodDescriptiondefault CatalogTableDTOCatalogTableConvert.toDto(CatalogTable entity) Methods in cn.sliew.flinkful.sql.catalog.service.convert with parameters of type CatalogTableDTOModifier and TypeMethodDescriptiondefault CatalogTableCatalogTableConvert.toDo(CatalogTableDTO dto) -
Uses of CatalogTableDTO in cn.sliew.flinkful.sql.catalog.service.impl
Methods in cn.sliew.flinkful.sql.catalog.service.impl that return types with arguments of type CatalogTableDTOModifier and TypeMethodDescriptionFlinkfulCatalogServiceImpl.getTable(CatalogType type, String catalog, String database, String table) FlinkfulCatalogServiceImpl.getView(CatalogType type, String catalog, String database, String view) FlinkfulCatalogServiceImpl.listTables(CatalogType type, String catalog, String database) FlinkfulCatalogServiceImpl.listViews(CatalogType type, String catalog, String database) Methods in cn.sliew.flinkful.sql.catalog.service.impl with parameters of type CatalogTableDTOModifier and TypeMethodDescriptionvoidFlinkfulCatalogServiceImpl.insertTable(CatalogType type, String catalog, String database, CatalogTableDTO table) voidFlinkfulCatalogServiceImpl.insertView(CatalogType type, String catalog, String database, CatalogTableDTO view) voidFlinkfulCatalogServiceImpl.updateTable(CatalogType type, String catalog, String database, CatalogTableDTO table) voidFlinkfulCatalogServiceImpl.updateView(CatalogType type, String catalog, String database, CatalogTableDTO view)