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ยง
- An intermediate result when planning a
SHOW
query.
Functionsยง
- Convert a SQL statement into a form that could be used as input, as well as is more amenable to human consumption.
- show_
all_ ๐objects - show_
connections ๐ - show_
continual_ ๐tasks - show_
sinks ๐ - show_
sources ๐ - show_
subsources ๐ - show_
tables ๐ - show_
types ๐ - show_
views ๐