~j5-dev/+junk/sqlalchemy-0.6.1

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2009-03-25 19:25:33 UTC
  • mfrom: (1.1.18 upstream) (6.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090325192533-aju2jomjwdv1s628
Tags: 0.5.3-1
* New upstream release
* Add --install-layout=deb to setup.py call (prepare for dist-packages in
  python2.6)
  + python-all minimum required version bumped to 2.5.4-1~
* Standards-Version bumped to 3.8.1 (no changes needed)

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
 
10
 &mdash; SQLAlchemy 0.5.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.5.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/doctools.js"></script>
 
25
    <script type="text/javascript" src="../../_static/init.js"></script>
 
26
    <link rel="index" title="Index" href="../../genindex.html" />
 
27
    <link rel="search" title="Search" href="../../search.html" />
 
28
        <link rel="copyright" title="Copyright" href="../../copyright.html" />
 
29
    <link rel="top" title="SQLAlchemy 0.5.3 Documentation" href="../../index.html" />
 
30
        <link rel="up" title="API Reference" href="../index.html" />
 
31
        <link rel="next" title="Connections" href="connections.html" />
 
32
        <link rel="prev" title="API Reference" href="../index.html" />
 
33
    
 
34
 
 
35
    </head>
 
36
    <body>
 
37
        
 
38
 
 
39
 
 
40
 
 
41
 
 
42
        <h1>SQLAlchemy 0.5.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.5.3</span> Last Updated: 03/25/2009 13:20:48
 
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/sqlalchemy/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
 
72
 
 
73
                
 
74
                
 
75
<div class="prevnext">
 
76
        Previous:
 
77
        <a href="../index.html" title="previous chapter">API Reference</a>
 
78
        Next:
 
79
        <a href="connections.html" title="next chapter">Connections</a>
 
80
</div>
 
81
 
 
82
                <h2>
 
83
                    
 
84
    sqlalchemy
 
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">
 
95
<h1>sqlalchemy<a class="headerlink" href="#sqlalchemy" title="Permalink to this headline">¶</a></h1>
 
96
<ul>
 
97
<li class="toctree-l1"><a class="reference external" href="connections.html">Connections</a><ul>
 
98
<li class="toctree-l2"><a class="reference external" href="connections.html#creating-engines">Creating Engines</a></li>
 
99
<li class="toctree-l2"><a class="reference external" href="connections.html#connectables">Connectables</a></li>
 
100
<li class="toctree-l2"><a class="reference external" href="connections.html#result-objects">Result Objects</a></li>
 
101
<li class="toctree-l2"><a class="reference external" href="connections.html#transactions">Transactions</a></li>
 
102
<li class="toctree-l2"><a class="reference external" href="connections.html#internals">Internals</a></li>
 
103
</ul>
 
104
</li>
 
105
<li class="toctree-l1"><a class="reference external" href="pooling.html">Connection Pooling</a><ul>
 
106
<li class="toctree-l2"><a class="reference external" href="pooling.html#connection-pool-configuration">Connection Pool Configuration</a></li>
 
107
<li class="toctree-l2"><a class="reference external" href="pooling.html#custom-pool-construction">Custom Pool Construction</a></li>
 
108
<li class="toctree-l2"><a class="reference external" href="pooling.html#builtin-pool-implementations">Builtin Pool Implementations</a></li>
 
109
<li class="toctree-l2"><a class="reference external" href="pooling.html#pooling-plain-db-api-connections">Pooling Plain DB-API Connections</a></li>
 
110
</ul>
 
111
</li>
 
112
<li class="toctree-l1"><a class="reference external" href="expressions.html">SQL Statements and Expressions</a><ul>
 
113
<li class="toctree-l2"><a class="reference external" href="expressions.html#functions">Functions</a></li>
 
114
<li class="toctree-l2"><a class="reference external" href="expressions.html#classes">Classes</a></li>
 
115
<li class="toctree-l2"><a class="reference external" href="expressions.html#module-sqlalchemy.sql.functions">Generic Functions</a></li>
 
116
</ul>
 
117
</li>
 
118
<li class="toctree-l1"><a class="reference external" href="schema.html">Database Schema</a><ul>
 
119
<li class="toctree-l2"><a class="reference external" href="schema.html#tables-and-columns">Tables and Columns</a></li>
 
120
<li class="toctree-l2"><a class="reference external" href="schema.html#constraints">Constraints</a></li>
 
121
<li class="toctree-l2"><a class="reference external" href="schema.html#default-generators-and-markers">Default Generators and Markers</a></li>
 
122
<li class="toctree-l2"><a class="reference external" href="schema.html#ddl">DDL</a></li>
 
123
<li class="toctree-l2"><a class="reference external" href="schema.html#internals">Internals</a></li>
 
124
</ul>
 
125
</li>
 
126
<li class="toctree-l1"><a class="reference external" href="types.html">Column and Data Types</a><ul>
 
127
<li class="toctree-l2"><a class="reference external" href="types.html#generic-types">Generic Types</a></li>
 
128
<li class="toctree-l2"><a class="reference external" href="types.html#sql-standard-types">SQL Standard Types</a></li>
 
129
<li class="toctree-l2"><a class="reference external" href="types.html#vendor-specific-types">Vendor-Specific Types</a></li>
 
130
<li class="toctree-l2"><a class="reference external" href="types.html#custom-types">Custom Types</a></li>
 
131
</ul>
 
132
</li>
 
133
<li class="toctree-l1"><a class="reference external" href="interfaces.html">Interfaces</a></li>
 
134
</ul>
 
135
</div>
 
136
 
 
137
            </div>
 
138
        </div>
 
139
 
 
140
        
 
141
        
 
142
            <div class="bottomnav">
 
143
                
 
144
<div class="prevnext">
 
145
        Previous:
 
146
        <a href="../index.html" title="previous chapter">API Reference</a>
 
147
        Next:
 
148
        <a href="connections.html" title="next chapter">Connections</a>
 
149
</div>
 
150
 
 
151
                <div class="doc_copyright">
 
152
                    &copy; <a href="../../copyright.html">Copyright</a> 2007, 2008, 2009, the SQLAlchemy authors and contributors.
 
153
                    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6b1.
 
154
                </div>
 
155
            </div>
 
156
        
 
157
 
 
158
 
 
159
 
 
160
 
 
161
 
 
162
 
 
163
    </body>
 
164
</html>
 
165
 
 
166
 
 
167