Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.catalog.Catalog.get_database#

Catalog.get_database(database_name: str) → CatalogDatabase[source]#

Get a database from this catalog.

Parameters

database_name – Name of the database.

Returns

The requested database CatalogDatabase.

Raise

CatalogException in case of any runtime exception. DatabaseNotExistException if the database does not exist.

previous

pyflink.table.catalog.Catalog.list_databases

next

pyflink.table.catalog.Catalog.database_exists

On this page
  • Catalog.get_database()
Show Source

Created using Sphinx 5.3.0.