|
My Project
|
Public Member Functions | |
| Item_func_conv_charset (Item *a, const CHARSET_INFO *cs) | |
| Item_func_conv_charset (Item *a, const CHARSET_INFO *cs, bool cache_if_const) | |
| String * | val_str (String *) |
| void | fix_length_and_dec () |
| const char * | func_name () const |
| virtual void | print (String *str, enum_query_type query_type) |
Public Attributes | |
| bool | safe |
| const CHARSET_INFO * | conv_charset |
| void Item_func_conv_charset::print | ( | String * | str, |
| enum_query_type | query_type | ||
| ) | [virtual] |
This method is used for to:
For more information about view definition query, INFORMATION_SCHEMA query and why they should be generated from the Item-tree,
Reimplemented from Item_func.
1.7.6.1