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

List of all members.

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 ()
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 ()

Protected Attributes

longlong value

Member Function Documentation

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.


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