Uses of Class
io.trino.metadata.Catalog
-
Packages that use Catalog Package Description io.trino.metadata io.trino.testing io.trino.transaction -
-
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()Map<String,Catalog>Metadata. getCatalogs(Session session)Gets all the loaded catalogsstatic SortedMap<String,Catalog>MetadataListing. getCatalogs(Session session, Metadata metadata, AccessControl accessControl)Map<String,Catalog>MetadataManager. getCatalogs(Session session)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) -
Uses of Catalog in io.trino.transaction
Methods in io.trino.transaction that return types with arguments of type Catalog Modifier and Type Method Description Map<String,Catalog>InMemoryTransactionManager. getCatalogs(TransactionId transactionId)Map<String,Catalog>NoOpTransactionManager. getCatalogs(TransactionId transactionId)Map<String,Catalog>TransactionManager. getCatalogs(TransactionId transactionId)
-