| My Project
   
    | 
 
  
 | Public Member Functions | |
| Item_num_op (Item *a, Item *b) | |
| virtual void | result_precision ()=0 | 
| virtual void | print (String *str, enum_query_type query_type) | 
| void | find_num_type () | 
| String * | str_op (String *str) | 
| Performs the operation that this functions implements when the result type is a string type. | |
| bool | date_op (MYSQL_TIME *ltime, uint fuzzydate) | 
| Performs the operation that this functions implements when the result type is MYSQL_TYPE_DATE or MYSQL_TYPE_DATETIME. | |
| bool | time_op (MYSQL_TIME *ltime) | 
| bool Item_num_op::date_op | ( | MYSQL_TIME * | ltime, | 
| uint | fuzzydate | ||
| ) |  [inline, virtual] | 
Performs the operation that this functions implements when the result type is MYSQL_TYPE_DATE or MYSQL_TYPE_DATETIME.
Implements Item_func_numhybrid.
| void Item_num_op::find_num_type | ( | void | ) |  [virtual] | 
Check arguments here to determine result's type for a numeric function of two arguments.
Implements Item_func_numhybrid.
| virtual void Item_num_op::print | ( | String * | str, | 
| enum_query_type | query_type | ||
| ) |  [inline, 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.
| String* Item_num_op::str_op | ( | String * | ) |  [inline, virtual] | 
Performs the operation that this functions implements when the result type is a string type.
Implements Item_func_numhybrid.
 1.7.6.1
 1.7.6.1