|
My Project
|
Public Member Functions | |
| Item_func_maketime (Item *a, Item *b, Item *c) | |
| void | fix_length_and_dec () |
| const char * | func_name () const |
| bool | get_time (MYSQL_TIME *ltime) |
| bool Item_func_maketime::get_time | ( | MYSQL_TIME * | ltime | ) | [virtual] |
MAKETIME(h,m,s) is a time function that calculates a time value from the total number of hours, minutes, and seconds. Result: Time value
Implements Item_time_func.
1.7.6.1