pyflink.table.catalog.CatalogDatabase.create_instance# static CatalogDatabase.create_instance(properties: Dict[str, str], comment: Optional[str] = None) → pyflink.table.catalog.CatalogDatabase[source]# Creates an instance of CatalogDatabase. Parameters properties – Property of the database comment – Comment of the database