Uses of Class
io.prestosql.metadata.Catalog
-
Packages that use Catalog Package Description io.prestosql.metadata io.prestosql.testing -
-
Uses of Catalog in io.prestosql.metadata
Methods in io.prestosql.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.prestosql.metadata with parameters of type Catalog Modifier and Type Method Description voidCatalogManager. registerCatalog(Catalog catalog) -
Uses of Catalog in io.prestosql.testing
Methods in io.prestosql.testing that return Catalog Modifier and Type Method Description static CatalogTestingSession. createBogusTestingCatalog(String catalogName)
-