My Project
|
Public Member Functions | |
Item_func_microsecond (Item *a) | |
longlong | val_int () |
const char * | func_name () const |
void | fix_length_and_dec () |
bool | check_partition_func_processor (uchar *int_arg) |
bool | check_valid_arguments_processor (uchar *int_arg) |
longlong Item_func_microsecond::val_int | ( | void | ) | [virtual] |
MICROSECOND(a) is a function ( extraction) that extracts the microseconds from a.
a: Datetime or time value Result: int value
Implements Item.