# Constants
Bind is the bind meta command (\bind).
ChangeDir is the system change directory meta command (\cd).
Connect is the connect meta command (\c, \connect).
ConnectionInfo is the connection info meta command (\conninfo).
Copy is the copy meta command (\copy).
Copyright is the copyright meta command (\copyright).
Describe is the describe meta command (\d and variants).
Disconnect is the disconnect meta command (\Z).
Drivers is the driver info meta command (\drivers).
Echo is the echo meta command (\echo, \warn, \qecho).
Edit is the edit query buffer meta command (\e).
Exec is the execute meta command (\g and variants).
ExecCrosstab indicates execution using crosstabview (\crosstabview).
ExecExec indicates execution and executing the resulting rows (\gexec).
ExecNone indicates no execution.
ExecOnly indicates plain execution only (\g).
ExecPipe indicates execution and piping results (\g |file).
ExecSet indicates execution and setting the resulting columns as variables (\gset).
ExecWatch indicates repeated execution with a fixed time interval.
GetEnv is the system get environment variable meta command (\getenv).
Include is the system include file meta command (\i and variants).
None is an empty command.
Out is the switch output meta command (\o).
Password is the change password meta command (\password).
Print is the print query buffer meta command (\p, \print, \raw).
Prompt is the variable prompt meta command (\prompt).
Question is question meta command (\?).
Quit is the quit meta command (\?).
Reset is the reset query buffer meta command (\r, \reset).
Meta command section types.
Meta command section types.
Meta command section types.
Meta command section types.
Meta command section types.
Meta command section types.
Meta command section types.
Meta command section types.
Meta command section types.
Meta command section types.
Meta command section types.
SetConnVar is the set conn var command (\cset).
SetEnv is the system set environment variable meta command (\setenv).
SetPrintVar is the set print variable meta commands (\pset, \a, \C, \f, \H, \t, \T, \x).
SetVar is the set variable meta command (\set).
Shell is the system shell exec meta command (\!).
Stats is the show stats meta command (\ss and variants).
Timing is the timing meta command (\timing).
Transact is the transaction meta command (\begin, \commit, \rollback).
Unset is the variable unset meta command (\unset).
Write is the write meta command (\w).
# Variables
SectionOrder is the order of sections to display via Listing.
Usage is used by the [Question] command to display command line options.
# Type aliases
ExecType represents the type of execution requested.
Metacmd represents a command and associated meta information about it.
RunnerFunc is a type wrapper for a single func satisfying Runner.Run.
Section is a meta command section.