| My Project
   
    | 
 
  
 | Public Member Functions | |
| Item_func_round (Item *a, Item *b, bool trunc_arg) | |
| const char * | func_name () const | 
| double | real_op () | 
| Performs the operation that this functions implements when the result type is REAL. | |
| longlong | int_op () | 
| Performs the operation that this functions implements when the result type is INT. | |
| my_decimal * | decimal_op (my_decimal *) | 
| Performs the operation that this functions implements when the result type is DECIMAL. | |
| void | fix_length_and_dec () | 
| my_decimal * Item_func_round::decimal_op | ( | my_decimal * | ) |  [virtual] | 
Performs the operation that this functions implements when the result type is DECIMAL.
| A | pointer where the DECIMAL value will be allocated. | 
Implements Item_func_numhybrid.
| longlong Item_func_round::int_op | ( | ) |  [virtual] | 
Performs the operation that this functions implements when the result type is INT.
Implements Item_func_numhybrid.
| double Item_func_round::real_op | ( | ) |  [virtual] | 
Performs the operation that this functions implements when the result type is REAL.
Implements Item_func_numhybrid.
 1.7.6.1
 1.7.6.1