Package mysql :: Package stmt :: Module bind_in :: Class In_Tiny_Blob
[hide private]
[frames] | no frames]

Class In_Tiny_Blob



object --+        
         |        
Input_Bind --+    
             |    
Base_In_Stream --+
                 |
                In_Tiny_Blob

TINYBLOB input binding.

The constructor takes the following arguments:

Note that In_Tiny_Text 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 Base_In_Stream: __init__

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


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

Instance Variables [hide private]

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: Base_In_Stream.__new__

Class Variable Details [hide private]

__pyx_vtable__

Value:
<PyCObject object at 0x852e590>