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.