|
My Project
|
Public Member Functions | |
| Item_func_plus (Item *a, Item *b) | |
| const char * | func_name () const |
| longlong | int_op () |
| Performs the operation that this functions implements when the result type is INT. | |
| double | real_op () |
| Performs the operation that this functions implements when the result type is REAL. | |
| my_decimal * | decimal_op (my_decimal *) |
| my_decimal * Item_func_plus::decimal_op | ( | my_decimal * | decimal_value | ) | [virtual] |
Calculate plus of two decimals.
| decimal_value | Buffer that can be used to store result |
| 0 | Value was NULL; In this case null_value is set |
| \:: | Value of operation as a decimal |
Implements Item_func_numhybrid.
| longlong Item_func_plus::int_op | ( | ) | [virtual] |
Performs the operation that this functions implements when the result type is INT.
Implements Item_func_numhybrid.
| double Item_func_plus::real_op | ( | ) | [virtual] |
Performs the operation that this functions implements when the result type is REAL.
Implements Item_func_numhybrid.
1.7.6.1