Expand description
Statement planning.
This module houses the entry points for planning a SQL statement.
Modules§
- acl 🔒Access control list (ACL).
- ddl 🔒Data definition language (DDL).
- dml 🔒Data manipulation language (DML).
- raise 🔒Queries that send notices/errors to the client
- scl 🔒Session control language (SCL).
- show 🔒Queries that show the state of the database system.
- tcl 🔒Transaction control language (TCL).
- validate 🔒Queries that validate CONNECTION objects.
Structs§
- Immutable state that applies to the planning of an entire
Statement
. - Describes the output of a SQL statement.
Enums§
- Statement classification as documented by
plan
.
Functions§
- Creates a description of the purified statement
stmt
. - Produces a
Plan
from the purified statementstmt
.