|
My Project
|
Public Member Functions | |
| Item_func_get_user_var (Name_string a) | |
| enum Functype | functype () const |
| double | val_real () |
| longlong | val_int () |
| my_decimal * | val_decimal (my_decimal *) |
| String * | val_str (String *str) |
| void | fix_length_and_dec () |
| virtual void | print (String *str, enum_query_type query_type) |
| enum Item_result | result_type () const |
| const char * | func_name () const |
| bool | const_item () const |
| table_map | used_tables () const |
| bool | eq (const Item *item, bool binary_cmp) const |
| Settable_routine_parameter * | get_settable_routine_parameter () |
Public Attributes | |
| Name_string | name |
| bool Item_func_get_user_var::eq | ( | const Item * | item, |
| bool | binary_cmp | ||
| ) | const [virtual] |
This function is called when:
Reimplemented from Item_func.
| void Item_func_get_user_var::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