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