Uses of Class
org.apache.flink.table.catalog.exceptions.DatabaseNotExistException
Packages that use DatabaseNotExistException
-
Uses of DatabaseNotExistException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw DatabaseNotExistExceptionModifier and TypeMethodDescriptionvoidCatalog.alterDatabase(String name, CatalogDatabase newDatabase, boolean ignoreIfNotExists) Modify an existing database.voidCatalog.createFunction(ObjectPath functionPath, CatalogFunction function, boolean ignoreIfExists) Create a function.default voidCatalog.createModel(ObjectPath modelPath, CatalogModel model, boolean ignoreIfExists) Creates a new model.voidCatalog.createTable(ObjectPath tablePath, CatalogBaseTable table, boolean ignoreIfExists) Creates a new table or view.default voidCatalog.dropDatabase(String name, boolean ignoreIfNotExists) Drop a database.voidCatalog.dropDatabase(String name, boolean ignoreIfNotExists, boolean cascade) Drop a database.Catalog.getDatabase(String databaseName) Get a database from this catalog.Catalog.listFunctions(String dbName) List the names of all functions in the given database.Catalog.listModels(String databaseName) Get names of all models under this database.Catalog.listProcedures(String dbName) List the names of all procedures in the given database.Catalog.listTables(String databaseName) Get names of all tables and views under this database.Get names of all views under this database.