Home | Trees | Indices | Help |
---|
|
object --+ | Input_Bind --+ | Base_Decimal
Signed Decimal input binding.
Warning: Decimal input binding is broken in server versions 5.0.18 and older. See http://bugs.mysql.com/bug.php?id=16511
The value must be a decimal.Decimal object.
|
|||
|
__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 0x852e770>
|
|
|||
|
_allow_negative Set to true in In_U_Decimal. |
||
|
_value The value as a string (in base-10). |
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
__pyx_vtable__
|
|
_allow_negativeSet to true in In_U_Decimal. (C only.) |
_valueThe value as a string (in base-10). (C only.) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:34 2006 | http://epydoc.sourceforge.net |