Files
deb-python-sqlalchemy-utils/docs/orm_helpers.rst
2015-03-03 14:01:17 +02:00

113 lines
1.2 KiB
ReStructuredText

ORM helpers
===========
.. module:: sqlalchemy_utils.functions
escape_like
^^^^^^^^^^^
.. autofunction:: escape_like
get_bind
^^^^^^^^
.. autofunction:: get_bind
get_class_by_table
^^^^^^^^^^^^^^^^^^
.. autofunction:: get_class_by_table
get_column_key
^^^^^^^^^^^^^^
.. autofunction:: get_column_key
get_columns
^^^^^^^^^^^
.. autofunction:: get_columns
get_declarative_base
^^^^^^^^^^^^^^^^^^^^
.. autofunction:: get_declarative_base
get_hybrid_properties
^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: get_hybrid_properties
get_mapper
^^^^^^^^^^
.. autofunction:: get_mapper
get_query_entities
^^^^^^^^^^^^^^^^^^
.. autofunction:: get_query_entities
get_primary_keys
^^^^^^^^^^^^^^^^
.. autofunction:: get_primary_keys
get_tables
^^^^^^^^^^
.. autofunction:: get_tables
has_changes
^^^^^^^^^^^
.. autofunction:: has_changes
identity
^^^^^^^^
.. autofunction:: identity
is_loaded
^^^^^^^^^
.. autofunction:: is_loaded
make_order_by_deterministic
^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: make_order_by_deterministic
naturally_equivalent
^^^^^^^^^^^^^^^^^^^^
.. autofunction:: naturally_equivalent
quote
^^^^^
.. autofunction:: quote
sort_query
^^^^^^^^^^
.. autofunction:: sort_query