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.TableEnvironment.get_current_database#

TableEnvironment.get_current_database() → str[source]#

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.TableEnvironment.get_current_catalog

next

pyflink.table.table_environment.TableEnvironment.list_catalogs

On this page
  • TableEnvironment.get_current_database()
Show Source

Created using Sphinx 5.3.0.