Uses of Interface
org.apache.flink.table.catalog.CatalogDatabase
Packages that use CatalogDatabase
-
Uses of CatalogDatabase in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogDatabaseModifier and TypeMethodDescriptionCatalogDatabase.copy()Get a deep copy of the CatalogDatabase instance.Returns a copy of thisCatalogDatabasewith the given properties.Catalog.getDatabase(String databaseName) Get a database from this catalog.Methods in org.apache.flink.table.catalog with parameters of type CatalogDatabaseModifier and TypeMethodDescriptionvoidCatalog.alterDatabase(String name, CatalogDatabase newDatabase, boolean ignoreIfNotExists) Modify an existing database.voidCatalog.createDatabase(String name, CatalogDatabase database, boolean ignoreIfExists) Create a database.