pyflink.table.catalog.Catalog.database_exists# Catalog.database_exists(database_name: str) → bool[source]# Check if a database exists in this catalog. Parameters database_name – Name of the database. Returns true if the given database exists in the catalog false otherwise. Raise CatalogException in case of any runtime exception.