Home | Trees | Indices | Help |
---|
|
object --+ | Output_Bind --+ | Base_Out_String
Base string-type output binding.
All output string types take a third argument which is the maximum size of the buffer.
If the buffer is not large enough, the call to fetch will raise mysql.exceptions.Data_Truncated and the value in the object will be truncated.
|
|||
|
__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 0x852e8a8>
|
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
__pyx_vtable__
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:35 2006 | http://epydoc.sourceforge.net |