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

Class UseMySQLCursor

source code

                          object --+    
                                   |    
MySQLdb.cursors.CursorUseResultMixIn --+
                                       |
                          object --+   |
                                   |   |
MySQLdb.cursors.CursorTupleRowsMixIn --+
                                       |
                          object --+   |
                                   |   |
          MySQLdb.cursors.BaseCursor --+
                                       |
                                      UseMySQLCursor

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.CursorUseResultMixIn: __iter__, fetchall, fetchmany, fetchone, next

Inherited from MySQLdb.cursors.CursorUseResultMixIn (private): _get_result

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, _post_get_result, _query, _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__