File: foreign_key_helpers.rst

package info (click to toggle)
python-sqlalchemy-utils 0.42.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,236 kB
  • sloc: python: 13,002; makefile: 20
file content (32 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Foreign key helpers
===================


dependent_objects
-----------------

.. autofunction:: sqlalchemy_utils.functions.dependent_objects


get_referencing_foreign_keys
----------------------------

.. autofunction:: sqlalchemy_utils.functions.get_referencing_foreign_keys


group_foreign_keys
------------------

.. autofunction:: sqlalchemy_utils.functions.group_foreign_keys


merge_references
----------------

.. autofunction:: sqlalchemy_utils.functions.merge_references


non_indexed_foreign_keys
------------------------

.. autofunction:: sqlalchemy_utils.functions.non_indexed_foreign_keys