Home | Trees | Indices | Help |
---|
|
object --+ | Output_Stream
Output stream.
This is the object placed into your output binding that will relay data from MySQL.
|
|||
|
__init__(...) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
__new__(T,
S,
...) Returns a new object with type S, a subtype of T... |
||
|
read(...) Read data from the stream. |
||
Inherited from |
|
|||
|
__pyx_vtable__ = <PyCObject object at 0x852e908>
|
|
|||
|
_bind The MYSQL_BIND structure (initialized in __init__). |
||
|
_column The column number. |
||
|
_connection The mysql.connection.Connection object. |
||
|
_error Whether or not there was an error retrieving the value. |
||
|
_length The length of the value as reported by MySQL. |
||
|
_offset The current offset into the result. |
||
|
_raise_error A callable object used to raise a MySQL error. |
||
|
_statement The mysql.stmt.Statement object. |
||
|
_stmt MYSQL_STMT structure. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Read data from the stream. Note This will close any live unbuffered result objects and reset any live statement objects.
|
|
__pyx_vtable__
|
|
_bindThe MYSQL_BIND structure (initialized in __init__). |
_columnThe column number. |
_connectionThe mysql.connection.Connection object. |
_errorWhether or not there was an error retrieving the value. Used for detecting truncation. |
_lengthThe length of the value as reported by MySQL. |
_offsetThe current offset into the result. |
_raise_errorA callable object used to raise a MySQL error. Takes no arguments. |
_statementThe mysql.stmt.Statement object. |
_stmtMYSQL_STMT structure. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:36 2006 | http://epydoc.sourceforge.net |