My Project
|
Public Member Functions | |
Item_cache_int (enum_field_types field_type_arg) | |
virtual void | store (Item *item) |
void | store (Item *item, longlong val_arg) |
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 () |
Protected Attributes | |
longlong | value |
longlong Item_cache_int::val_date_temporal | ( | ) | [inline, virtual] |
Return date value of item in packed longlong format.
Reimplemented from Item.
longlong Item_cache_int::val_time_temporal | ( | ) | [inline, virtual] |
Return time value of item in packed longlong format.
Reimplemented from Item.