My Project
Public Member Functions | Protected Attributes
Item_cache_datetime Class Reference
Inheritance diagram for Item_cache_datetime:
Item_cache Item_basic_constant Item

List of all members.

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 ()
Stringval_str (String *str)
my_decimalval_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

Member Function Documentation

Return date value of item in packed longlong format.

Reimplemented from Item.

Return time value of item in packed longlong format.

Reimplemented from Item.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines