Uses of Class
cn.sliew.sakura.catalog.service.dto.CatalogTableDTO
-
Packages that use CatalogTableDTO Package Description cn.sliew.sakura.catalog.factory cn.sliew.sakura.catalog.service cn.sliew.sakura.catalog.service.convert cn.sliew.sakura.catalog.service.impl -
-
Uses of CatalogTableDTO in cn.sliew.sakura.catalog.factory
Methods in cn.sliew.sakura.catalog.factory that return CatalogTableDTO Modifier and Type Method Description static CatalogTableDTOCatalogTableFactory. fromResolvedTable(java.lang.String tableName, org.apache.flink.table.catalog.CatalogBaseTable catalogBaseTable)static CatalogTableDTOCatalogViewFactory. fromResolvedView(java.lang.String viewName, org.apache.flink.table.catalog.ResolvedCatalogView resolvedView)static CatalogTableDTOCatalogTableFactory. fromUnresolvedTable(java.lang.String tableName, org.apache.flink.table.catalog.CatalogBaseTable catalogBaseTable)static CatalogTableDTOCatalogViewFactory. fromUnresolvedTable(java.lang.String viewName, org.apache.flink.table.catalog.CatalogBaseTable catalogBaseTable)Methods in cn.sliew.sakura.catalog.factory with parameters of type CatalogTableDTO Modifier and Type Method Description static SakuraCatalogTableCatalogTableFactory. toTable(CatalogTableDTO catalogTableDTO)static SakuraCatalogViewCatalogViewFactory. toView(CatalogTableDTO catalogTableDTO) -
Uses of CatalogTableDTO in cn.sliew.sakura.catalog.service
Methods in cn.sliew.sakura.catalog.service that return types with arguments of type CatalogTableDTO Modifier and Type Method Description java.util.Optional<CatalogTableDTO>CatalogService. getTable(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, java.lang.String table)java.util.Optional<CatalogTableDTO>CatalogService. getView(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, java.lang.String view)java.util.List<CatalogTableDTO>CatalogService. listTables(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database)java.util.List<CatalogTableDTO>CatalogService. listViews(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database)Methods in cn.sliew.sakura.catalog.service with parameters of type CatalogTableDTO Modifier and Type Method Description voidCatalogService. insertTable(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, CatalogTableDTO table)voidCatalogService. insertView(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, CatalogTableDTO view)voidCatalogService. updateTable(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, CatalogTableDTO table)voidCatalogService. updateView(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, CatalogTableDTO view) -
Uses of CatalogTableDTO in cn.sliew.sakura.catalog.service.convert
Methods in cn.sliew.sakura.catalog.service.convert that return CatalogTableDTO Modifier and Type Method Description CatalogTableDTOCatalogTableConvert. toDto(cn.sliew.sakura.dao.entity.CatalogTable entity)Methods in cn.sliew.sakura.catalog.service.convert with parameters of type CatalogTableDTO Modifier and Type Method Description cn.sliew.sakura.dao.entity.CatalogTableCatalogTableConvert. toDo(CatalogTableDTO dto) -
Uses of CatalogTableDTO in cn.sliew.sakura.catalog.service.impl
Methods in cn.sliew.sakura.catalog.service.impl that return types with arguments of type CatalogTableDTO Modifier and Type Method Description java.util.Optional<CatalogTableDTO>CatalogServiceImpl. getTable(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, java.lang.String table)java.util.Optional<CatalogTableDTO>CatalogServiceImpl. getView(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, java.lang.String view)java.util.List<CatalogTableDTO>CatalogServiceImpl. listTables(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database)java.util.List<CatalogTableDTO>CatalogServiceImpl. listViews(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database)Methods in cn.sliew.sakura.catalog.service.impl with parameters of type CatalogTableDTO Modifier and Type Method Description voidCatalogServiceImpl. insertTable(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, CatalogTableDTO table)voidCatalogServiceImpl. insertView(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, CatalogTableDTO view)voidCatalogServiceImpl. updateTable(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, CatalogTableDTO table)voidCatalogServiceImpl. updateView(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, CatalogTableDTO view)
-