|
My Project
|
Public Member Functions | |
| Item_cache_datetime (enum_field_types field_type_arg) | |
| void | store (Item *item, longlong val_arg) |
| void | store (Item *item) |
| double | val_real () |
| longlong | val_int () |
| longlong | val_time_temporal () |
| longlong | val_date_temporal () |
| String * | val_str (String *str) |
| my_decimal * | val_decimal (my_decimal *) |
| bool | get_date (MYSQL_TIME *ltime, uint fuzzydate) |
| bool | get_time (MYSQL_TIME *ltime) |
| enum Item_result | result_type () const |
| bool | cache_value_int () |
| bool | cache_value () |
| void | clear () |
Protected Attributes | |
| String | str_value |
| longlong | int_value |
| bool | str_value_cached |
| longlong Item_cache_datetime::val_date_temporal | ( | ) | [virtual] |
Return date value of item in packed longlong format.
Reimplemented from Item.
| longlong Item_cache_datetime::val_time_temporal | ( | ) | [virtual] |
Return time value of item in packed longlong format.
Reimplemented from Item.
1.7.6.1