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ยง

Enumsยง

Functionsยง