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.table_environment.StreamTableEnvironment.get_current_database#

StreamTableEnvironment.get_current_database() → str#

Gets the current default database name of the running session.

Returns

The name of the current database of the current catalog.

See also

use_database()

previous

pyflink.table.table_environment.StreamTableEnvironment.get_current_catalog

next

pyflink.table.table_environment.StreamTableEnvironment.list_catalogs

Show Source

Created using Sphinx 4.5.0.