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

« back to all changes in this revision

Viewing changes to doc/glossary.html

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    <script type="text/javascript">
33
33
      var DOCUMENTATION_OPTIONS = {
34
34
          URL_ROOT:    './',
35
 
          VERSION:     '0.9.4',
 
35
          VERSION:     '0.9.6',
36
36
          COLLAPSE_MODINDEX: false,
37
37
          FILE_SUFFIX: '.html'
38
38
      };
44
44
        <script type="text/javascript" src="_static/doctools.js"></script>
45
45
    <!-- end iterate through sphinx environment script_files -->
46
46
 
 
47
    <script type="text/javascript" src="_static/detectmobile.js"></script>
47
48
    <script type="text/javascript" src="_static/init.js"></script>
48
49
    <link rel="index" title="Index" href="genindex.html" />
49
50
    <link rel="search" title="Search" href="search.html" />
66
67
 
67
68
 
68
69
 
 
70
 
69
71
<div id="docs-container">
70
72
 
71
73
 
72
74
 
73
75
 
 
76
 
 
77
<div id="docs-top-navigation-container" class="body-background">
74
78
<div id="docs-header">
 
79
    <div id="docs-version-header">
 
80
        Release: <span class="version-num">0.9.6</span> | Release Date: June 23, 2014
 
81
    </div>
 
82
 
75
83
    <h1>SQLAlchemy 0.9 Documentation</h1>
76
84
 
77
 
    <div id="docs-search">
78
 
    Search:
79
 
    <form class="search" action="search.html" method="get">
80
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
81
 
      <input type="hidden" name="check_keywords" value="yes" />
82
 
      <input type="hidden" name="area" value="default" />
83
 
    </form>
84
 
    </div>
85
 
 
86
 
    <div id="docs-version-header">
87
 
        Release: <span class="version-num">0.9.4</span> | Release Date: March 28, 2014
88
 
 
89
 
 
90
 
    </div>
91
 
 
92
 
</div>
93
 
 
94
 
<div id="docs-top-navigation">
95
 
    <div id="docs-top-page-control" class="docs-navigation-links">
 
85
</div>
 
86
</div>
 
87
 
 
88
<div id="docs-body-container">
 
89
 
 
90
    <div id="fixed-sidebar" class="withsidebar">
 
91
 
 
92
 
 
93
        <div id="docs-sidebar-popout">
 
94
            <h3><a href="index.html">SQLAlchemy 0.9 Documentation</a></h3>
 
95
 
 
96
            <p id="sidebar-paginate">
 
97
                    <a href="index.html" title="SQLAlchemy 0.9 Documentation">Up</a> |
 
98
 
 
99
            </p>
 
100
 
 
101
            <p id="sidebar-topnav">
 
102
                <a href="index.html">Contents</a> |
 
103
                <a href="genindex.html">Index</a>
 
104
            </p>
 
105
 
 
106
            <div id="sidebar-search">
 
107
                <form class="search" action="search.html" method="get">
 
108
                  <input type="text" name="q" size="12" /> <input type="submit" value="Search" />
 
109
                  <input type="hidden" name="check_keywords" value="yes" />
 
110
                  <input type="hidden" name="area" value="default" />
 
111
                </form>
 
112
            </div>
 
113
 
 
114
        </div>
 
115
 
 
116
        <div id="docs-sidebar">
 
117
 
 
118
        <h3><a href="#">            
 
119
                Glossary
 
120
            
 
121
        </a></h3>
96
122
        <ul>
97
 
 
98
 
        <li>
99
 
            <a href="contents.html">Table of Contents</a> |
100
 
            <a href="genindex.html">Index</a>
101
 
            | <a href="_sources/glossary.txt">view source
102
 
        </li>
103
 
        </ul>
104
 
    </div>
105
 
 
106
 
    <div id="docs-navigation-banner">
107
 
        <a href="index.html">SQLAlchemy 0.9 Documentation</a>
108
 
        » 
109
 
                Glossary
110
 
            
111
 
 
112
 
        <h2>
113
 
            
114
 
                Glossary
115
 
            
116
 
        </h2>
117
 
    </div>
118
 
 
119
 
</div>
120
 
 
121
 
<div id="docs-body-container">
122
 
 
123
 
    <div id="docs-sidebar">
124
 
    <h3><a href="index.html">Table of Contents</a></h3>
125
 
    <ul>
126
123
<li><a class="reference internal" href="#">Glossary</a></li>
127
124
</ul>
128
125
 
129
126
 
130
127
 
131
128
 
132
 
    <h4>Quick Search</h4>
133
 
    <p>
134
 
    <form class="search" action="search.html" method="get">
135
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
136
 
      <input type="hidden" name="check_keywords" value="yes" />
137
 
      <input type="hidden" name="area" value="default" />
138
 
    </form>
139
 
    </p>
 
129
        </div>
140
130
 
141
131
    </div>
142
132
 
 
133
    
 
134
 
143
135
    <div id="docs-body" class="withsidebar" >
144
136
        
145
137
<div class="section" id="glossary">
373
365
</div>
374
366
<p>The above subquery refers to the <tt class="docutils literal"><span class="pre">user_account</span></tt> table, which is not itself
375
367
in the <tt class="docutils literal"><span class="pre">FROM</span></tt> clause of this nested query.   Instead, the <tt class="docutils literal"><span class="pre">user_account</span></tt>
376
 
table is recieved from the enclosing query, where each row selected from
 
368
table is received from the enclosing query, where each row selected from
377
369
<tt class="docutils literal"><span class="pre">user_account</span></tt> results in a distinct execution of the subquery.</p>
378
370
<p>A correlated subquery is in most cases present in the <a class="reference internal" href="#term-where-clause"><em class="xref std std-term">WHERE clause</em></a>
379
371
or <a class="reference internal" href="#term-columns-clause"><em class="xref std std-term">columns clause</em></a> of the immediately enclosing <tt class="docutils literal"><span class="pre">SELECT</span></tt>
994
986
<p>A subquery comes in two general flavors, one known as a &#8220;scalar select&#8221;
995
987
which specifically must return exactly one row and one column, and the
996
988
other form which acts as a &#8220;derived table&#8221; and serves as a source of
997
 
rows for the FROM clause of another select.  A scalar select is eligble
 
989
rows for the FROM clause of another select.  A scalar select is eligible
998
990
to be placed in the <a class="reference internal" href="#term-where-clause"><em class="xref std std-term">WHERE clause</em></a>, <a class="reference internal" href="#term-columns-clause"><em class="xref std std-term">columns clause</em></a>,
999
991
ORDER BY clause or HAVING clause of the enclosing select, whereas the
1000
992
derived table form is eligible to be placed in the FROM clause of the