Package CUBRIDdb :: Module cursors :: Class Cursor
[hide private]
[frames] | no frames]

Class Cursor

          object --+    
                   |    
CursorTupleRowsMixIn --+
                       |
          object --+   |
                   |   |
          BaseCursor --+
                       |
                      Cursor

This is the standard Cursor class that returns rows as tuples and stores the result set in the client.

Instance Methods [hide private]

Inherited from BaseCursor: __del__, __init__, __iter__, __next__, callproc, close, execute, executemany, fetchall, fetchmany, fetchone, next, nextset, setinputsizes, setoutputsizes

Inherited from BaseCursor (private): _bind_params, _fetch_many, _fetch_row

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from CursorTupleRowsMixIn (private): _fetch_type

Properties [hide private]

Inherited from object: __class__