Files
deb-python-sqlalchemy-utils/docs/orm_helpers.rst
Konsta Vesterinen 03faaca86d Add cast_if function
2015-07-23 09:27:09 +03:00

125 lines
1.3 KiB
ReStructuredText

ORM helpers
===========
.. module:: sqlalchemy_utils.functions
cast_if
-------
.. autofunction:: cast_if
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
get_type
--------
.. autofunction:: get_type
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