Macros§
Structs§
- Show
Columns - The SQL
SHOW COLUMNS
statement - Show
Create Database - SQL structure for
SHOW CREATE DATABASE
. - Show
Create Flow - SQL structure for
SHOW CREATE FLOW
. - Show
Create Table - SQL structure for
SHOW CREATE TABLE
. - Show
Create View - SQL structure for
SHOW CREATE VIEW
. - Show
Databases - SQL structure for
SHOW DATABASES
. - Show
Flows - SQL structure for
SHOW FLOWS
. - Show
Index - The SQL
SHOW INDEX
statement - Show
Region - The SQL
SHOW REGION
statement - Show
Search Path - SQL structure for “SHOW SEARCH_PATH” postgres only
- Show
Status - SQL structure for “SHOW STATUS”
- Show
Table Status - SQL structure for
SHOW TABLE STATUS
. - Show
Tables - SQL structure for
SHOW TABLES
. - Show
Variables - SQL structure for
SHOW VARIABLES xxx
. - Show
Views - SQL structure for
SHOW VIEWS
.
Enums§
- Show
Create Table Variant - Variant of a show create table
- Show
Kind - Show kind for SQL expressions like
SHOW DATABASE
orSHOW TABLE