diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-05 16:48:01 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-05 16:48:01 -0500 |
| commit | 21bc2c2a5bbae8e39aab6dca17d1d148499fcc29 (patch) | |
| tree | c2e7541d1e87b44f120cfc57978408d898233ae1 /doc | |
| parent | daafd63c3ac28dac5b670765c64109a1405d3af5 (diff) | |
| download | sqlalchemy-21bc2c2a5bbae8e39aab6dca17d1d148499fcc29.tar.gz | |
- docs + tests
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/orm/extensions/automap.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/build/orm/extensions/automap.rst b/doc/build/orm/extensions/automap.rst new file mode 100644 index 000000000..d1d200609 --- /dev/null +++ b/doc/build/orm/extensions/automap.rst @@ -0,0 +1,22 @@ +.. _automap_toplevel: + +Automap +======= + +.. automodule:: sqlalchemy.ext.automap + +API Reference +------------- + +.. autofunction:: automap_base + +.. autoclass:: AutomapBase + :members: + +.. autofunction:: classname_for_table + +.. autofunction:: name_for_scalar_relationship + +.. autofunction:: name_for_collection_relationship + +.. autofunction:: generate_relationship |
