|
My Project
|
Public Member Functions | |
| Item_func_set_collation (Item *a, Item *b) | |
| String * | val_str (String *) |
| void | fix_length_and_dec () |
| bool | eq (const Item *item, bool binary_cmp) const |
| const char * | func_name () const |
| enum Functype | functype () const |
| virtual void | print (String *str, enum_query_type query_type) |
| Item_field * | field_for_view_update () |
| bool Item_func_set_collation::eq | ( | const Item * | item, |
| bool | binary_cmp | ||
| ) | const [virtual] |
This function is called when:
Reimplemented from Item_func.
| void Item_func_set_collation::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