Package mysql :: Package stmt :: Module bind_out :: Class Out_New_Decimal
[hide private]
[frames] | no frames]

Class Out_New_Decimal



 object --+        
          |        
Output_Bind --+    
              |    
    Out_Decimal --+
                  |
                 Out_New_Decimal

NEW DECIMAL output binding.

The value will be a decimal.Decimal object.

This is currently implemented exactly the same as Out_Decimal using the MYSQL_TYPE_NEWDECIMAL field type. It is currently not known if this actually causes any different behavior in the server.

Note that Out_U_New_Decimal is an alias for this object.



Instance Methods [hide private]
  __new__(T, S, ...)
Returns a new object with type S, a subtype of T...

Inherited from Out_Decimal: __init__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Class Variables [hide private]
  __pyx_vtable__ = <PyCObject object at 0x852ead0>

Instance Variables [hide private]

Inherited from Output_Bind: error, is_null, length


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__new__(T, S, ...)

 
Returns:
a new object with type S, a subtype of T

Overrides: Out_Decimal.__new__

Class Variable Details [hide private]

__pyx_vtable__

Value:
<PyCObject object at 0x852ead0>