| My Project
   
    | 
#include <item_timefunc.h>
 
  
 | Public Member Functions | |
| Item_time_func (Item *a) | |
| Item_time_func (Item *a, Item *b) | |
| Item_time_func (Item *a, Item *b, Item *c) | |
| enum_field_types | field_type () const | 
| double | val_real () | 
| my_decimal * | val_decimal (my_decimal *decimal_value) | 
| type_conversion_status | save_in_field (Field *field, bool no_conversions) | 
| longlong | val_int () | 
| longlong | val_time_temporal () | 
| bool | get_date (MYSQL_TIME *res, uint fuzzy_date) | 
| String * | val_str (String *str) | 
| virtual bool | get_time (MYSQL_TIME *res)=0 | 
Abstract class for functions returning TIME values.
| type_conversion_status Item_time_func::save_in_field | ( | Field * | field, | 
| bool | no_conversions | ||
| ) |  [inline, virtual] | 
| longlong Item_time_func::val_time_temporal | ( | ) |  [virtual] | 
Return time value of item in packed longlong format.
Reimplemented from Item.
Reimplemented in Item_func_curtime, and Item_time_literal.
 1.7.6.1
 1.7.6.1