X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fprivate%2Ftrees.html;fp=psycopg2%2Fdoc%2Fapi%2Fprivate%2Ftrees.html;h=5907cfaa88fc2b1ea0cf1fcc19ea4e714f04d5d7;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/doc/api/private/trees.html b/psycopg2/doc/api/private/trees.html new file mode 100644 index 00000000..5907cfaa --- /dev/null +++ b/psycopg2/doc/api/private/trees.html @@ -0,0 +1,196 @@ + + + +
+| Home | +Trees | +Index | +Help | ++ |
|---|
| + | +
psycopg2: A Python driver for PostgreSQL
+__builtin__.object:
+The most base type
+ psycopg2.pool.AbstractConnectionPool:
+Generic key-based pooling code.
+ psycopg2.pool.PersistentConnectionPool:
+A pool that assigns persistent connections to different threads.
+ psycopg2.pool.SimpleConnectionPool:
+A connection pool that can't be shared across different threads.
+ psycopg2.pool.ThreadedConnectionPool:
+A connection pool that works with the threading module.
+ __builtin__.list:
+list() -> new list
+list(sequence) -> new list initialized from sequence's items
+ psycopg2.extras.DictRow:
+A row object that allow by-colun-name access to data.
+ psycopg2.extras.SQL_IN:
+Adapt any iterable to an SQL quotable object.
+ __builtin__.type:
+type(object) -> the object's type
+type(name, bases, dict) -> a new type
+ datetime.tzinfo:
+Abstract base class for time zone info objects.
+ psycopg2.tz.FixedOffsetTimezone:
+Fixed offset in minutes east from UTC.
+ psycopg2.tz.LocalTimezone:
+Platform idea of local timezone.
+ psycopg2._psycopg.connection:
+connection(dsn, ...) -> new connection object
+ psycopg2.psycopg1.connection:
+psycopg 1.1.x connection.
+ psycopg2.extras.DictConnection:
+A connection that uses DictCursor automatically.
+ psycopg2._psycopg.cursor:
+A database cursor.
+ psycopg2.psycopg1.cursor:
+psycopg 1.1.x cursor.
+ psycopg2.extras.DictCursor:
+A cursor that keeps a list of column name -> index mappings.
+ psycopg2._psycopg.ISQLQuote:
+Abstract ISQLQuote protocol
+ exceptions.Exception:
+Common base class for all exceptions.
+ exceptions.StandardError:
+Base class for all standard Python exceptions.
+ psycopg2.Error:
+Base class for error exceptions.
+ psycopg2.DatabaseError:
+Error related to the database engine.
+ psycopg2.DataError:
+Error related to problems with the processed data.
+ psycopg2.IntegrityError:
+Error related to database integrity.
+ psycopg2.InternalError:
+The database encountered an internal error.
+ psycopg2.NotSupportedError:
+A not supported datbase API was called.
+ psycopg2.OperationalError:
+Error related to database operation (disconnect, memory allocation etc).
+ psycopg2.ProgrammingError:
+Error related to database programming (SQL error, table not found etc).
+ psycopg2.InterfaceError:
+Error related to the database interface.
+ psycopg2.pool.PoolError
+ psycopg2.Warning:
+A database warning.
+ | Home | +Trees | +Index | +Help | ++ |
|---|
| Generated by Epydoc 2.1 on Sat Jan 14 01:42:37 2006 | ++ http://epydoc.sf.net + | +