Module mz_sql::plan::statement

source ·
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

Functions