X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.extras.DictCursor-class.html;fp=psycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.extras.DictCursor-class.html;h=0000000000000000000000000000000000000000;hb=958a016698f676694ce8501dea6367f6604b6fc1;hp=d546d3aa47114908b4f2e54da6f394f023406618;hpb=8711362afb2a503aff4694a4975e52c0df083688;p=plcapi.git diff --git a/psycopg2/doc/api/public/psycopg2.extras.DictCursor-class.html b/psycopg2/doc/api/public/psycopg2.extras.DictCursor-class.html deleted file mode 100644 index d546d3a..0000000 --- a/psycopg2/doc/api/public/psycopg2.extras.DictCursor-class.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - psycopg2.extras.DictCursor - - - - - - - - - - - - - - - - - - - -
- - Package psycopg2 :: - Module extras :: - Class DictCursor -
-
- - -
[show private | hide private]
[frames | no frames]
- - -

Type DictCursor

- -
-object --+    
-         |    
-    cursor --+
-             |
-            DictCursor
-

- -
- -

A cursor that keeps a list of column name -> index mappings.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
 callproc(self, - procname, - vars) -
 execute(self, - query, - vars, - async) -
 fetchall(self) -
 fetchmany(self, - size) -
 fetchone(self) -
    Inherited from object
 __delattr__(...) -
-x.__delattr__('name') <==> del x.name
 __getattribute__(...) -
-x.__getattribute__('name') <==> x.name
 __hash__(x) -
-Return hash(x)...
 __reduce__(...) -
-helper for pickle
 __reduce_ex__(...) -
-helper for pickle
 __setattr__(...) -
-x.__setattr__('name', value) <==> x.name = value

- - - - - - -
Method Details
- - -
-

callproc(self, - procname, - vars=None) -

-
-
Overrides:
-
psycopg2._psycopg.cursor.callproc
-
-
-
- - -
-

execute(self, - query, - vars=None, - async=0) -

-
-
Overrides:
-
psycopg2._psycopg.cursor.execute
-
-
-
- - -
-

fetchall(self) -

-
-
Overrides:
-
psycopg2._psycopg.cursor.fetchall
-
-
-
- - -
-

fetchmany(self, - size=None) -

-
-
Overrides:
-
psycopg2._psycopg.cursor.fetchmany
-
-
-
- - -
-

fetchone(self) -

-
-
Overrides:
-
psycopg2._psycopg.cursor.fetchone
-
-
-
-
- - - - - - - - - - - - - - - - - - -
- -