Module show

Source
Expand description

Queries that show the state of the database system.

This module houses the handlers for the SHOW suite of statements, like SHOW CREATE TABLE and SHOW VIEWS. Note that SHOW <var> is considered an SCL statement.

Structsยง

ShowColumnsSelect
ShowSelect
An intermediate result when planning a SHOW query.

Functionsยง

describe_show_create_cluster
describe_show_create_connection
describe_show_create_index
describe_show_create_materialized_view
describe_show_create_sink
describe_show_create_source
describe_show_create_table
describe_show_create_view
humanize_sql_for_show_create ๐Ÿ”’
Convert a SQL statement into a form that could be used as input, as well as is more amenable to human consumption.
plan_show_create_cluster
plan_show_create_connection
plan_show_create_index
plan_show_create_item ๐Ÿ”’
plan_show_create_materialized_view
plan_show_create_sink
plan_show_create_source
plan_show_create_table
plan_show_create_view
show_all_objects ๐Ÿ”’
show_cluster_replicas
show_clusters
show_columns
show_connections ๐Ÿ”’
show_continual_tasks ๐Ÿ”’
show_databases
show_default_privileges
show_indexes
show_materialized_views ๐Ÿ”’
show_network_policies
show_objects
show_privileges
show_role_membership
show_roles
show_schemas
show_secrets
show_sinks ๐Ÿ”’
show_sources ๐Ÿ”’
show_subsources ๐Ÿ”’
show_tables ๐Ÿ”’
show_types ๐Ÿ”’
show_views ๐Ÿ”’