~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to doc/reference/orm/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-03-27 14:22:50 UTC
  • mfrom: (16.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110327142250-aip46dv6a3r2jwvs
Tags: 0.6.6-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
 
4
 
<html>
5
 
    <head>
6
 
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
 
        
8
 
        <title>
9
 
    sqlalchemy.orm
10
 
 &mdash; SQLAlchemy 0.6.3 Documentation</title>
11
 
        
12
 
    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
13
 
    <link rel="stylesheet" href="../../_static/docs.css" type="text/css" />
14
 
 
15
 
    <script type="text/javascript">
16
 
      var DOCUMENTATION_OPTIONS = {
17
 
          URL_ROOT:    '../../',
18
 
          VERSION:     '0.6.3',
19
 
          COLLAPSE_MODINDEX: false,
20
 
          FILE_SUFFIX: '.html'
21
 
      };
22
 
    </script>
23
 
        <script type="text/javascript" src="../../_static/jquery.js"></script>
24
 
        <script type="text/javascript" src="../../_static/underscore.js"></script>
25
 
        <script type="text/javascript" src="../../_static/doctools.js"></script>
26
 
    <script type="text/javascript" src="../../_static/init.js"></script>
27
 
    <link rel="index" title="Index" href="../../genindex.html" />
28
 
    <link rel="search" title="Search" href="../../search.html" />
29
 
    <link rel="top" title="SQLAlchemy 0.6.3 Documentation" href="../../index.html" />
30
 
        <link rel="up" title="API Reference" href="../index.html" />
31
 
        <link rel="next" title="Class Mapping" href="mapping.html" />
32
 
        <link rel="prev" title="Utilities" href="../sqlalchemy/util.html" />
33
 
    
34
 
 
35
 
    </head>
36
 
    <body>
37
 
        
38
 
 
39
 
 
40
 
 
41
 
 
42
 
        <h1>SQLAlchemy 0.6.3 Documentation</h1>
43
 
 
44
 
        <div id="search">
45
 
        Search:
46
 
        <form class="search" action="../../search.html" method="get">
47
 
          <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
48
 
          <input type="hidden" name="check_keywords" value="yes" />
49
 
          <input type="hidden" name="area" value="default" />
50
 
        </form>
51
 
        </div>
52
 
 
53
 
        <div class="versionheader">
54
 
            Version: <span class="versionnum">0.6.3</span> Last Updated: 07/15/2010 12:35:47
55
 
        </div>
56
 
        <div class="clearboth"></div>
57
 
 
58
 
        <div class="topnav">
59
 
            <div id="pagecontrol">
60
 
                <a href="../index.html">API Reference</a>
61
 
                |
62
 
                <a href="../../genindex.html">Index</a>
63
 
            
64
 
                <div class="sourcelink">(<a href="../../_sources/reference/orm/index.txt">view source)</div>
65
 
            </div>
66
 
            
67
 
            <div class="navbanner">
68
 
                <a class="totoc" href="../../index.html">Table of Contents</a>
69
 
                        » <a href="../index.html" title="API Reference">API Reference</a>
70
 
                » 
71
 
    sqlalchemy.orm
72
 
 
73
 
                
74
 
                
75
 
<div class="prevnext">
76
 
        Previous:
77
 
        <a href="../sqlalchemy/util.html" title="previous chapter">Utilities</a>
78
 
        Next:
79
 
        <a href="mapping.html" title="next chapter">Class Mapping</a>
80
 
</div>
81
 
 
82
 
                <h2>
83
 
                    
84
 
    sqlalchemy.orm
85
 
 
86
 
                </h2>
87
 
            </div>
88
 
            <div class="clearboth"></div>
89
 
        </div>
90
 
        
91
 
        <div class="document">
92
 
            <div class="body">
93
 
                
94
 
<div class="section" id="sqlalchemy-orm">
95
 
<span id="sqlalchemy-orm-toplevel"></span><h1>sqlalchemy.orm<a class="headerlink" href="#sqlalchemy-orm" title="Permalink to this headline">¶</a></h1>
96
 
<div class="toctree-wrapper compound">
97
 
<ul>
98
 
<li class="toctree-l1"><a class="reference internal" href="mapping.html">Class Mapping</a><ul>
99
 
<li class="toctree-l2"><a class="reference internal" href="mapping.html#defining-mappings">Defining Mappings</a></li>
100
 
<li class="toctree-l2"><a class="reference internal" href="mapping.html#mapper-properties">Mapper Properties</a></li>
101
 
<li class="toctree-l2"><a class="reference internal" href="mapping.html#decorators">Decorators</a></li>
102
 
<li class="toctree-l2"><a class="reference internal" href="mapping.html#utilities">Utilities</a></li>
103
 
<li class="toctree-l2"><a class="reference internal" href="mapping.html#attribute-utilities">Attribute Utilities</a></li>
104
 
<li class="toctree-l2"><a class="reference internal" href="mapping.html#internals">Internals</a></li>
105
 
</ul>
106
 
</li>
107
 
<li class="toctree-l1"><a class="reference internal" href="collections.html">Collection Mapping</a></li>
108
 
<li class="toctree-l1"><a class="reference internal" href="query.html">Querying</a><ul>
109
 
<li class="toctree-l2"><a class="reference internal" href="query.html#the-query-object">The Query Object</a></li>
110
 
<li class="toctree-l2"><a class="reference internal" href="query.html#orm-specific-query-constructs">ORM-Specific Query Constructs</a></li>
111
 
<li class="toctree-l2"><a class="reference internal" href="query.html#query-options">Query Options</a></li>
112
 
</ul>
113
 
</li>
114
 
<li class="toctree-l1"><a class="reference internal" href="sessions.html">Sessions</a></li>
115
 
<li class="toctree-l1"><a class="reference internal" href="interfaces.html">Interfaces</a></li>
116
 
<li class="toctree-l1"><a class="reference internal" href="utilities.html">Utilities</a></li>
117
 
</ul>
118
 
</div>
119
 
</div>
120
 
 
121
 
            </div>
122
 
        </div>
123
 
 
124
 
        
125
 
        
126
 
            <div class="bottomnav">
127
 
                
128
 
<div class="prevnext">
129
 
        Previous:
130
 
        <a href="../sqlalchemy/util.html" title="previous chapter">Utilities</a>
131
 
        Next:
132
 
        <a href="mapping.html" title="next chapter">Class Mapping</a>
133
 
</div>
134
 
 
135
 
                <div class="doc_copyright">
136
 
                    &copy; Copyright 2007, 2008, 2009, 2010, the SQLAlchemy authors and contributors.
137
 
                    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2+.
138
 
                </div>
139
 
            </div>
140
 
        
141
 
 
142
 
 
143
 
 
144
 
 
145
 
 
146
 
 
147
 
    </body>
148
 
</html>
149
 
 
150
 
 
151