mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 20:14:55 -04:00
b735fec4f4
As we are going to be adding a lot of new features to the visitors
module which may impact end-user custom constructs, start documenting
the package for now.
Change-Id: Ibae471c2cb861f6280f601b7b2382d61968825cd
(cherry picked from commit ed02d924dd)
22 lines
413 B
ReStructuredText
22 lines
413 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
|
|
compiler
|
|
serializer
|
|
visitors
|