| My Project
   
    | 
#include <item_timefunc.h>
 
  
 | Public Member Functions | |
| Item_temporal_func (Item *a) | |
| Item_temporal_func (Item *a, Item *b) | |
| Item_temporal_func (Item *a, Item *b, Item *c) | |
| enum Item_result | result_type () const | 
| CHARSET_INFO * | charset_for_protocol () const | 
| Field * | tmp_table_field (TABLE *table) | 
| uint | time_precision () | 
| uint | datetime_precision () | 
| Protected Member Functions | |
| bool | check_precision () | 
Abstract class for functions returning TIME, DATE, DATETIME types whose data type is known at constructor time.
| uint Item_temporal_func::datetime_precision | ( | ) |  [inline, virtual] | 
DATETIME precision of the item: 0..6
Reimplemented from Item.
| uint Item_temporal_func::time_precision | ( | ) |  [inline, virtual] | 
TIME precision of the item: 0..6
Reimplemented from Item.
 1.7.6.1
 1.7.6.1