Package conary :: Package dbstore :: Module mysql_drv :: Class StoreMySQLCursor
[hide private]
[frames] | no frames]

Class StoreMySQLCursor

source code

                            object --+    
                                     |    
MySQLdb.cursors.CursorStoreResultMixIn --+
                                         |
                            object --+   |
                                     |   |
  MySQLdb.cursors.CursorTupleRowsMixIn --+
                                         |
                            object --+   |
                                     |   |
            MySQLdb.cursors.BaseCursor --+
                                         |
                                        StoreMySQLCursor

Nested Classes [hide private]

Inherited from MySQLdb.cursors.BaseCursor: DataError, DatabaseError, Error, IntegrityError, InterfaceError, InternalError, NotSupportedError, OperationalError, ProgrammingError, Warning

Instance Methods [hide private]

Inherited from MySQLdb.cursors.CursorStoreResultMixIn: __iter__, fetchall, fetchmany, fetchone, scroll

Inherited from MySQLdb.cursors.CursorStoreResultMixIn (private): _get_result, _post_get_result, _query

Inherited from MySQLdb.cursors.BaseCursor: __del__, __init__, close, execute, executemany, nextset, setinputsizes, setoutputsizes

Inherited from MySQLdb.cursors.BaseCursor (private): _check_executed, _do_get_result, _do_query, _fetch_row, _get_db, _warning_check

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

Class Variables [hide private]

Inherited from MySQLdb.cursors.CursorTupleRowsMixIn (private): _fetch_type

Properties [hide private]

Inherited from object: __class__