My Project
|
Public Member Functions | |
Item_time_with_ref (uint8 decimals_arg, longlong i, Item *ref_arg) | |
Item * | clone_item () |
longlong | val_time_temporal () |
longlong | val_date_temporal () |
Item_time_with_ref::Item_time_with_ref | ( | uint8 | decimals_arg, |
longlong | i, | ||
Item * | ref_arg | ||
) | [inline] |
Constructor for Item_time_with_ref.
decimals_arg | Number of fractional digits. |
i | Temporal value in packed format. |
ref_arg | Pointer to the original numeric Item. |
longlong Item_time_with_ref::val_date_temporal | ( | ) | [inline, virtual] |
Return date value of item in packed longlong format.
Reimplemented from Item.
longlong Item_time_with_ref::val_time_temporal | ( | ) | [inline, virtual] |
Return time value of item in packed longlong format.
Reimplemented from Item.