~pythoneers/ubuntu/lucid/psycopg2/ltsppa

« back to all changes in this revision

Viewing changes to doc/api/private/trees.html

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2008-06-12 09:42:55 UTC
  • mfrom: (4.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080612094255-oq7xqnh1kihod30k
Tags: 2.0.7-4
Rebuilt, this should fixes a dependency problem. (Closes: #485868)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
          "DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
  <title>Module and Class Hierarchies</title>
7
 
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
8
 
<script type="text/javascript">
9
 
<!--
10
 
function setFrame(url1, url2){
11
 
    parent.frames[1].location.href = url1;
12
 
    parent.frames[2].location.href = url2;
13
 
}
14
 
-->
15
 
</script>
16
 
</head>
17
 
<body bgcolor="white" text="black" link="blue" vlink="#204080"
18
 
      alink="#204080">
19
 
 
20
 
<!-- =========== START OF NAVBAR =========== -->
21
 
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
22
 
  <tr valign="middle">
23
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="psycopg2-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
24
 
    <th bgcolor="#70b0f0" class="navselect">&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
25
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
26
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
27
 
    <th class="navbar" width="100%"></th>
28
 
  </tr>
29
 
</table>
30
 
<table width="100%" cellpadding="0" cellspacing="0">
31
 
  <tr valign="top">
32
 
    <td width="100%">
33
 
    </td>
34
 
    <td><table cellpadding="0" cellspacing="0">
35
 
      <tr><td align="right"><span class="options">[show&nbsp;private&nbsp;|&nbsp;<a href="../public/trees.html">hide&nbsp;private</a>]</span></td></tr>
36
 
      <tr><td align="right"><span class="options">[<a href="frames.html" target="_top">frames</a>&nbsp;|&nbsp;<a href="trees.html" target="_top">no&nbsp;frames</a>]</span></td></tr>
37
 
    </table></td>
38
 
</tr></table>
39
 
 
40
 
<!-- =========== START OF MODULE HIERARCHY =========== -->
41
 
<h2>Module Hierarchy</h2>
42
 
<ul>
43
 
<li> <strong class="uidlink"><a href="psycopg2-module.html"><code>psycopg2</code></a></strong>: <em class="summary">A Python driver for PostgreSQL</em>  <ul>
44
 
    <li> <strong class="uidlink"><a href="../private/psycopg2._psycopg-module.html"><code>_psycopg</code></a></strong>: <em class="summary">psycopg PostgreSQL driver</em></li>
45
 
    <li> <strong class="uidlink"><a href="psycopg2.extensions-module.html"><code>extensions</code></a></strong>: <em class="summary">psycopg extensions to the DBAPI-2.0</em></li>
46
 
    <li> <strong class="uidlink"><a href="psycopg2.extras-module.html"><code>extras</code></a></strong>: <em class="summary">Miscellaneous goodies for psycopg2</em></li>
47
 
    <li> <strong class="uidlink"><a href="psycopg2.pool-module.html"><code>pool</code></a></strong>: <em class="summary">Connection pooling for psycopg2</em></li>
48
 
    <li> <strong class="uidlink"><a href="psycopg2.psycopg1-module.html"><code>psycopg1</code></a></strong>: <em class="summary">psycopg 1.1.x compatibility module</em></li>
49
 
    <li> <strong class="uidlink"><a href="psycopg2.tz-module.html"><code>tz</code></a></strong>: <em class="summary">tzinfo implementations for psycopg2</em></li>
50
 
  </ul>
51
 
</li>
52
 
</ul>
53
 
 
54
 
<!-- =========== START OF CLASS HIERARCHY =========== -->
55
 
<h2>Class Hierarchy</h2>
56
 
<ul>
57
 
  <li> <strong class="uidlink"><a href="__builtin__.object-class.html"><code>__builtin__.object</code></a></strong>: <em class="summary">
58
 
The most base type</em>
59
 
   <ul>
60
 
    <li> <strong class="uidlink"><a href="psycopg2.pool.AbstractConnectionPool-class.html"><code>psycopg2.pool.AbstractConnectionPool</code></a></strong>: <em class="summary">
61
 
Generic key-based pooling code.</em>
62
 
     <ul>
63
 
      <li> <strong class="uidlink"><a href="psycopg2.pool.PersistentConnectionPool-class.html"><code>psycopg2.pool.PersistentConnectionPool</code></a></strong>: <em class="summary">
64
 
A pool that assigns persistent connections to different threads.</em>
65
 
      </li>
66
 
      <li> <strong class="uidlink"><a href="psycopg2.pool.SimpleConnectionPool-class.html"><code>psycopg2.pool.SimpleConnectionPool</code></a></strong>: <em class="summary">
67
 
A connection pool that can't be shared across different threads.</em>
68
 
      </li>
69
 
      <li> <strong class="uidlink"><a href="psycopg2.pool.ThreadedConnectionPool-class.html"><code>psycopg2.pool.ThreadedConnectionPool</code></a></strong>: <em class="summary">
70
 
A connection pool that works with the threading module.</em>
71
 
      </li>
72
 
     </ul>
73
 
    </li>
74
 
    <li> <strong class="uidlink"><a href="__builtin__.list-class.html"><code>__builtin__.list</code></a></strong>: <em class="summary">
75
 
list() -&gt; new list
76
 
list(sequence) -&gt; new list initialized from sequence's items</em>
77
 
     <ul>
78
 
      <li> <strong class="uidlink"><a href="psycopg2.extras.DictRow-class.html"><code>psycopg2.extras.DictRow</code></a></strong>: <em class="summary">
79
 
A row object that allow by-colun-name access to data.</em>
80
 
      </li>
81
 
     </ul>
82
 
    </li>
83
 
    <li> <strong class="uidlink"><a href="psycopg2.extras.SQL_IN-class.html"><code>psycopg2.extras.SQL_IN</code></a></strong>: <em class="summary">
84
 
Adapt any iterable to an SQL quotable object.</em>
85
 
    </li>
86
 
    <li> <strong class="uidlink"><a href="__builtin__.type-class.html"><code>__builtin__.type</code></a></strong>: <em class="summary">
87
 
type(object) -&gt; the object's type
88
 
type(name, bases, dict) -&gt; a new type</em>
89
 
    </li>
90
 
    <li> <strong class="uidlink"><a href="datetime.tzinfo-class.html"><code>datetime.tzinfo</code></a></strong>: <em class="summary">
91
 
Abstract base class for time zone info objects.</em>
92
 
     <ul>
93
 
      <li> <strong class="uidlink"><a href="psycopg2.tz.FixedOffsetTimezone-class.html"><code>psycopg2.tz.FixedOffsetTimezone</code></a></strong>: <em class="summary">
94
 
Fixed offset in minutes east from UTC.</em>
95
 
      </li>
96
 
      <li> <strong class="uidlink"><a href="psycopg2.tz.LocalTimezone-class.html"><code>psycopg2.tz.LocalTimezone</code></a></strong>: <em class="summary">
97
 
Platform idea of local timezone.</em>
98
 
      </li>
99
 
     </ul>
100
 
    </li>
101
 
    <li> <strong class="uidlink"><a href="../private/psycopg2._psycopg.connection-class.html"><code>psycopg2._psycopg.connection</code></a></strong>: <em class="summary">
102
 
connection(dsn, ...) -&gt; new connection object</em>
103
 
     <ul>
104
 
      <li> <strong class="uidlink"><a href="psycopg2.psycopg1.connection-class.html"><code>psycopg2.psycopg1.connection</code></a></strong>: <em class="summary">
105
 
psycopg 1.1.x connection.</em>
106
 
      </li>
107
 
      <li> <strong class="uidlink"><a href="psycopg2.extras.DictConnection-class.html"><code>psycopg2.extras.DictConnection</code></a></strong>: <em class="summary">
108
 
A connection that uses DictCursor automatically.</em>
109
 
      </li>
110
 
     </ul>
111
 
    </li>
112
 
    <li> <strong class="uidlink"><a href="../private/psycopg2._psycopg.cursor-class.html"><code>psycopg2._psycopg.cursor</code></a></strong>: <em class="summary">
113
 
A database cursor.</em>
114
 
     <ul>
115
 
      <li> <strong class="uidlink"><a href="psycopg2.psycopg1.cursor-class.html"><code>psycopg2.psycopg1.cursor</code></a></strong>: <em class="summary">
116
 
psycopg 1.1.x cursor.</em>
117
 
      </li>
118
 
      <li> <strong class="uidlink"><a href="psycopg2.extras.DictCursor-class.html"><code>psycopg2.extras.DictCursor</code></a></strong>: <em class="summary">
119
 
A cursor that keeps a list of column name -&gt; index mappings.</em>
120
 
      </li>
121
 
     </ul>
122
 
    </li>
123
 
    <li> <strong class="uidlink"><a href="../private/psycopg2._psycopg.ISQLQuote-class.html"><code>psycopg2._psycopg.ISQLQuote</code></a></strong>: <em class="summary">
124
 
Abstract ISQLQuote protocol</em>
125
 
    </li>
126
 
   </ul>
127
 
  </li>
128
 
  <li> <strong class="uidlink"><a href="exceptions.Exception-class.html"><code>exceptions.Exception</code></a></strong>: <em class="summary">
129
 
Common base class for all exceptions.</em>
130
 
   <ul>
131
 
    <li> <strong class="uidlink"><a href="exceptions.StandardError-class.html"><code>exceptions.StandardError</code></a></strong>: <em class="summary">
132
 
Base class for all standard Python exceptions.</em>
133
 
     <ul>
134
 
      <li> <strong class="uidlink"><a href="psycopg2.Error-class.html"><code>psycopg2.Error</code></a></strong>: <em class="summary">
135
 
Base class for error exceptions.</em>
136
 
       <ul>
137
 
        <li> <strong class="uidlink"><a href="psycopg2.DatabaseError-class.html"><code>psycopg2.DatabaseError</code></a></strong>: <em class="summary">
138
 
Error related to the database engine.</em>
139
 
         <ul>
140
 
          <li> <strong class="uidlink"><a href="psycopg2.DataError-class.html"><code>psycopg2.DataError</code></a></strong>: <em class="summary">
141
 
Error related to problems with the processed data.</em>
142
 
          </li>
143
 
          <li> <strong class="uidlink"><a href="psycopg2.IntegrityError-class.html"><code>psycopg2.IntegrityError</code></a></strong>: <em class="summary">
144
 
Error related to database integrity.</em>
145
 
          </li>
146
 
          <li> <strong class="uidlink"><a href="psycopg2.InternalError-class.html"><code>psycopg2.InternalError</code></a></strong>: <em class="summary">
147
 
The database encountered an internal error.</em>
148
 
          </li>
149
 
          <li> <strong class="uidlink"><a href="psycopg2.NotSupportedError-class.html"><code>psycopg2.NotSupportedError</code></a></strong>: <em class="summary">
150
 
A not supported datbase API was called.</em>
151
 
          </li>
152
 
          <li> <strong class="uidlink"><a href="psycopg2.OperationalError-class.html"><code>psycopg2.OperationalError</code></a></strong>: <em class="summary">
153
 
Error related to database operation (disconnect, memory allocation etc).</em>
154
 
          </li>
155
 
          <li> <strong class="uidlink"><a href="psycopg2.ProgrammingError-class.html"><code>psycopg2.ProgrammingError</code></a></strong>: <em class="summary">
156
 
Error related to database programming (SQL error, table not found etc).</em>
157
 
          </li>
158
 
         </ul>
159
 
        </li>
160
 
        <li> <strong class="uidlink"><a href="psycopg2.InterfaceError-class.html"><code>psycopg2.InterfaceError</code></a></strong>: <em class="summary">
161
 
Error related to the database interface.</em>
162
 
        </li>
163
 
        <li> <strong class="uidlink"><a href="psycopg2.pool.PoolError-class.html"><code>psycopg2.pool.PoolError</code></a></strong>
164
 
        </li>
165
 
       </ul>
166
 
      </li>
167
 
      <li> <strong class="uidlink"><a href="psycopg2.Warning-class.html"><code>psycopg2.Warning</code></a></strong>: <em class="summary">
168
 
A database warning.</em>
169
 
      </li>
170
 
     </ul>
171
 
    </li>
172
 
   </ul>
173
 
  </li>
174
 
</ul>
175
 
 
176
 
<!-- =========== START OF NAVBAR =========== -->
177
 
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
178
 
  <tr valign="middle">
179
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="psycopg2-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
180
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
181
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
182
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
183
 
    <th class="navbar" width="100%"></th>
184
 
  </tr>
185
 
</table>
186
 
 
187
 
<table border="0" cellpadding="0" cellspacing="0" width="100%">
188
 
  <tr>
189
 
    <td align="left" class="footer">Generated by Epydoc 2.1 on Sat Jan 14 01:42:37 2006</td>
190
 
    <td align="right" class="footer">
191
 
      <a href="http://epydoc.sourceforge.net">http://epydoc.sf.net</a>
192
 
    </td>
193
 
  </tr>
194
 
</table>
195
 
</body>
196
 
</html>