Files
sqlalchemy/doc/build/core/expression_api.rst
T
Mike Bayer 0c19c1c66f - reorganize docs so expression, schema are broken out into subfiles, they're too big
- fix the targeting of module names moved around by using custom handlers for "Bases", etc.
2013-08-18 18:01:27 -04:00

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