summaryrefslogtreecommitdiff
path: root/doc/build/orm/extensions/declarative/basic_use.rst
blob: 49903559d5c683e43d4dfa4bca321e6d8633b803 (plain)
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
33
34
35
36
37
38
39
40
:orphan:

=========
Basic Use
=========

This section has moved to :ref:`orm_declarative_mapping`.

Defining Attributes
===================

This section is covered by :ref:`mapping_columns_toplevel`



Accessing the MetaData
======================

This section has moved to :ref:`orm_declarative_metadata`.


Class Constructor
=================

This section has moved to :ref:`orm_mapper_configuration_overview`.

Mapper Configuration
====================

This section is moved to :ref:`orm_declarative_mapper_options`.


.. _declarative_sql_expressions:

Defining SQL Expressions
========================

See :ref:`mapper_sql_expressions` for examples on declaratively
mapping attributes to SQL expressions.