ORM helpers =========== .. module:: sqlalchemy_utils.functions escape_like ^^^^^^^^^^^ .. autofunction:: escape_like get_bind ^^^^^^^^ .. autofunction:: get_bind 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 make_order_by_deterministic ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. autofunction:: make_order_by_deterministic naturally_equivalent ^^^^^^^^^^^^^^^^^^^^ .. autofunction:: naturally_equivalent quote ^^^^^ .. autofunction:: quote sort_query ^^^^^^^^^^ .. autofunction:: sort_query