mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 03:54:43 -04:00
0c19c1c66f
- fix the targeting of module names moved around by using custom handlers for "Bases", etc.
21 lines
383 B
ReStructuredText
21 lines
383 B
ReStructuredText
.. _expression_api_toplevel:
|
|
|
|
SQL Statements and Expressions API
|
|
==================================
|
|
|
|
.. module:: sqlalchemy.sql.expression
|
|
|
|
This section presents the API reference for the SQL Expression Language. For a full introduction to its usage,
|
|
see :ref:`sqlexpression_toplevel`.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
sqlelement
|
|
selectable
|
|
dml
|
|
functions
|
|
types
|
|
|