Home | Trees | Indices | Help |
---|
|
object --+ | Input_Bind --+ | Base_In_Stream
Base class for streaming input.
The constructor takes the following arguments:
|
|||
|
__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... |
||
Inherited from |
|
|||
|
__pyx_vtable__ = <PyCObject object at 0x852e578>
|
|
|||
|
_max_size The maximum size of the column (based on the column type). |
||
|
_param_num The parameter number in the statement. |
||
|
_raise_error A callable object that will raise the appropriate MySQL exception (from mysql.stmt.Statement._raise_error). |
||
|
_stmt MYSQL_STMT structure. |
||
|
_stream The Input_Stream instance. |
||
|
_use_stream Whether or not to use a stream or just a string. |
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
__pyx_vtable__
|
|
_max_sizeThe maximum size of the column (based on the column type). (C only.) |
_param_numThe parameter number in the statement. (C only.) |
_raise_errorA callable object that will raise the appropriate MySQL exception (from mysql.stmt.Statement._raise_error). (C only.) |
_stmtMYSQL_STMT structure. (C only.) |
_streamThe Input_Stream instance. This is created even if _use_stream is False, in which case the set_value method will call write for the user. (C only.) |
_use_streamWhether or not to use a stream or just a string. (C only.) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:34 2006 | http://epydoc.sourceforge.net |