My Project
|
Public Member Functions | |
Item_func_div (Item *a, Item *b) | |
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 *) |
Performs the operation that this functions implements when the result type is DECIMAL. | |
const char * | func_name () const |
void | fix_length_and_dec () |
void | result_precision () |
Public Attributes | |
uint | prec_increment |
my_decimal * Item_func_div::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_div::int_op | ( | ) | [inline, virtual] |
Performs the operation that this functions implements when the result type is INT.
Implements Item_func_numhybrid.
double Item_func_div::real_op | ( | ) | [virtual] |
Performs the operation that this functions implements when the result type is REAL.
Implements Item_func_numhybrid.