X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fprivate%2Fpsycopg2.extras.DictConnection-class.html;fp=psycopg2%2Fdoc%2Fapi%2Fprivate%2Fpsycopg2.extras.DictConnection-class.html;h=73989b59963cca24dd162c13a7028b07ac8c54f9;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/doc/api/private/psycopg2.extras.DictConnection-class.html b/psycopg2/doc/api/private/psycopg2.extras.DictConnection-class.html new file mode 100644 index 00000000..73989b59 --- /dev/null +++ b/psycopg2/doc/api/private/psycopg2.extras.DictConnection-class.html @@ -0,0 +1,202 @@ + + + +
+| Home | +Trees | +Index | +Help | ++ |
|---|
|
+ + |
+
+object--+ + | +connection--+ + | + DictConnection +
A connection that uses DictCursor automatically.
+| Method Summary | |
|---|---|
| + | cursor(self)
+ |
| Inherited from connection | |
| + |
++x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
| + |
++Return a new object with type S, a subtype of T... |
| + |
++Return repr(x)... |
| + |
++Return str(x)... |
| + |
++Close the connection. |
| + |
++Commit all changes to database. |
| + |
++Roll back all changes done to database. |
| + |
++Set client encoding to encoding. |
| + |
++Switch isolation level to level. |
| Inherited from object | |
| + |
++x.__delattr__('name') <==> del x.name |
| + |
++x.__getattribute__('name') <==> x.name |
| + |
++Return hash(x)... |
| + |
++helper for pickle |
| + |
++helper for pickle |
| + |
++x.__setattr__('name', value) <==> x.name = value |
| Property Summary | |
|---|---|
| Inherited from connection | |
| + | closed: True if the connection is closed. |
| + | DatabaseError: Error related to the database engine. |
| + | DataError: Error related to problems with the processed data. |
| + | dsn: The current connection string. |
| + | encoding: The current client encoding. |
| + | Error: Base class for error exceptions. |
| + | IntegrityError: Error related to database integrity. |
| + | InterfaceError: Error related to the database interface. |
| + | InternalError: The database encountered an internal error. |
| + | isolation_level: The current isolation level. |
| + | notices |
| + | notifies |
| + | NotSupportedError: A not supported datbase API was called. |
| + | OperationalError: Error related to database operation (disconnect, memory allocation etc). |
| + | ProgrammingError: Error related to database programming (SQL error, table not found etc). |
| + | Warning: A database warning. |
| Method Details |
|---|
+ cursor(self) ++
|
| Home | +Trees | +Index | +Help | ++ |
|---|
| Generated by Epydoc 2.1 on Sat Jan 14 01:42:31 2006 | ++ http://epydoc.sf.net + | +