Module show

Source

Macros§

format_kind 🔒

Structs§

ShowColumns
The SQL SHOW COLUMNS statement
ShowCreateDatabase
SQL structure for SHOW CREATE DATABASE.
ShowCreateFlow
SQL structure for SHOW CREATE FLOW.
ShowCreateTable
SQL structure for SHOW CREATE TABLE.
ShowCreateView
SQL structure for SHOW CREATE VIEW.
ShowDatabases
SQL structure for SHOW DATABASES.
ShowFlows
SQL structure for SHOW FLOWS.
ShowIndex
The SQL SHOW INDEX statement
ShowRegion
The SQL SHOW REGION statement
ShowSearchPath
SQL structure for “SHOW SEARCH_PATH” postgres only
ShowStatus
SQL structure for “SHOW STATUS”
ShowTableStatus
SQL structure for SHOW TABLE STATUS.
ShowTables
SQL structure for SHOW TABLES.
ShowVariables
SQL structure for SHOW VARIABLES xxx.
ShowViews
SQL structure for SHOW VIEWS.

Enums§

ShowCreateTableVariant
Variant of a show create table
ShowKind
Show kind for SQL expressions like SHOW DATABASE or SHOW TABLE