Package conary :: Package dbstore :: Module postgresql_drv :: Class IterCursor
[hide private]
[frames] | no frames]

Class IterCursor

source code

base_drv.BaseCursor --+    
                      |    
                 Cursor --+
                          |
                         IterCursor

Nested Classes [hide private]

Inherited from Cursor: binaryClass

Instance Methods [hide private]
 
_getCursor(self) source code

Inherited from Cursor: __getattr__, compile, execstmt, execute, executemany, fetchall_dict, fetchmany_dict, fetchone_dict, fields, lastid

Inherited from Cursor (private): _tryExecute

Inherited from base_drv.BaseCursor: __init__, __iter__, binary, fetchall, fetchmany, fetchone, frombinary, next

Inherited from base_drv.BaseCursor (private): _executeArgs, _executeCheck

Class Variables [hide private]

Inherited from Cursor: driver

Method Details [hide private]

_getCursor(self)

source code 
Overrides: base_drv.BaseCursor._getCursor