blob: 65efd5dbd9f1f01b0c47ac68ee55f673e0b6ff04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.. module:: sqlalchemy.orm
===============================
Mapping Columns and Expressions
===============================
The following sections discuss how table columns and SQL expressions are
mapped to individual object attributes.
.. toctree::
:maxdepth: 2
mapping_columns
mapped_sql_expr
mapped_attributes
composites
|