My Project
Public Member Functions
Item_datetime_with_ref Class Reference
Inheritance diagram for Item_datetime_with_ref:
Item_temporal_with_ref Item_int_with_ref Item_int Item_num Item_basic_constant Item

List of all members.

Public Member Functions

 Item_datetime_with_ref (enum_field_types field_type_arg, uint8 decimals_arg, longlong i, Item *ref_arg)
Itemclone_item ()
longlong val_date_temporal ()
longlong val_time_temporal ()

Constructor & Destructor Documentation

Item_datetime_with_ref::Item_datetime_with_ref ( enum_field_types  field_type_arg,
uint8  decimals_arg,
longlong  i,
Item ref_arg 
) [inline]

Constructor for Item_datetime_with_ref.

Parameters:
field_type_argData type: MYSQL_TYPE_DATE or MYSQL_TYPE_DATETIME
decimals_argNumber of fractional digits.
iTemporal value in packed format.
ref_argPointer to the original numeric Item.

Member Function Documentation

longlong Item_datetime_with_ref::val_date_temporal ( ) [inline, virtual]

Return date value of item in packed longlong format.

Reimplemented from Item.

longlong Item_datetime_with_ref::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