X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.extras.DictConnection-class.html;fp=psycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.extras.DictConnection-class.html;h=988bd7970adec2c0c09d2657d2a55d69c1e9d4bc;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/doc/api/public/psycopg2.extras.DictConnection-class.html b/psycopg2/doc/api/public/psycopg2.extras.DictConnection-class.html new file mode 100644 index 00000000..988bd797 --- /dev/null +++ b/psycopg2/doc/api/public/psycopg2.extras.DictConnection-class.html @@ -0,0 +1,137 @@ + + + +
+| Home | +Trees | +Index | +Help | ++ |
|---|
|
+ + |
+
+object--+ + | +connection--+ + | + DictConnection +
A connection that uses DictCursor automatically.
+| Method Summary | |
|---|---|
| + | cursor(self)
+ |
| 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 |
| 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 + | +