Uses of Class
io.trino.metadata.Catalog
-
Packages that use Catalog Package Description io.trino.metadata io.trino.testing -
-
Uses of Catalog in io.trino.metadata
Methods in io.trino.metadata that return types with arguments of type Catalog Modifier and Type Method Description Optional<Catalog>CatalogManager. getCatalog(String catalogName)List<Catalog>CatalogManager. getCatalogs()Methods in io.trino.metadata with parameters of type Catalog Modifier and Type Method Description voidCatalogManager. registerCatalog(Catalog catalog) -
Uses of Catalog in io.trino.testing
Methods in io.trino.testing that return Catalog Modifier and Type Method Description static CatalogTestingSession. createBogusTestingCatalog(String catalogName)
-