diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-17 16:44:40 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-17 16:44:40 -0500 |
commit | de518958c4bf4002db7ef4ffd0eaf73efaacfc25 (patch) | |
tree | 38bc21c3b4463675b6998f3ba182f4da6129fc09 /doc/build/orm/scalar_mapping.rst | |
parent | aa0c20b804d3504df9bf60d6be3d7f3d68e680c1 (diff) | |
download | sqlalchemy-improve_toc.tar.gz |
- edits, new breakoutsimprove_toc
Diffstat (limited to 'doc/build/orm/scalar_mapping.rst')
-rw-r--r-- | doc/build/orm/scalar_mapping.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/build/orm/scalar_mapping.rst b/doc/build/orm/scalar_mapping.rst new file mode 100644 index 000000000..65efd5dbd --- /dev/null +++ b/doc/build/orm/scalar_mapping.rst @@ -0,0 +1,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 + + |