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
.