#include <item_strfunc.h>
Inheritance diagram for Item_func_uncompress:


Public Member Functions | |
| Item_func_uncompress (Item *a) | |
| void | fix_length_and_dec () |
| const char * | func_name () const |
| String * | val_str (String *) ZLIB_DEPENDED_FUNCTION bool check_partition_func_processor(byte *bool_arg) |
Private Attributes | |
| String | buffer |
Definition at line 829 of file item_strfunc.h.
| Item_func_uncompress::Item_func_uncompress | ( | Item * | a | ) | [inline] |
| void Item_func_uncompress::fix_length_and_dec | ( | ) | [inline, virtual] |
Implements Item_result_field.
Definition at line 834 of file item_strfunc.h.
References MAX_BLOB_WIDTH, Item::max_length, and Item::maybe_null.
00834 { maybe_null= 1; max_length= MAX_BLOB_WIDTH; }
| const char* Item_func_uncompress::func_name | ( | ) | const [inline, virtual] |
String Item_func_uncompress::buffer [private] |
Definition at line 831 of file item_strfunc.h.
1.4.7

