Uses of Class
org.apache.flink.table.catalog.exceptions.DatabaseAlreadyExistException
Packages that use DatabaseAlreadyExistException
-
Uses of DatabaseAlreadyExistException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw DatabaseAlreadyExistExceptionModifier and TypeMethodDescriptionvoidCatalog.createDatabase(String name, CatalogDatabase database, boolean ignoreIfExists) Create a database.