#include <item_timefunc.h>
Inheritance diagram for Item_date_func:


Public Member Functions | |
| Item_date_func () | |
| Item_date_func (Item *a) | |
| Item_date_func (Item *a, Item *b) | |
| Item_date_func (Item *a, Item *b, Item *c) | |
| enum_field_types | field_type () const |
| Field * | tmp_table_field (TABLE *table) |
| bool | result_as_longlong () |
Definition at line 372 of file item_timefunc.h.
| Item_date_func::Item_date_func | ( | ) | [inline] |
| Item_date_func::Item_date_func | ( | Item * | a | ) | [inline] |
| enum_field_types Item_date_func::field_type | ( | ) | const [inline, virtual] |
Reimplemented from Item.
Reimplemented in Item_date_add_interval.
Definition at line 379 of file item_timefunc.h.
References MYSQL_TYPE_DATETIME.
00379 { return MYSQL_TYPE_DATETIME; }
| bool Item_date_func::result_as_longlong | ( | ) | [inline, virtual] |
Reimplemented from Item.
Definition at line 384 of file item_timefunc.h.
References TRUE.
00384 { return TRUE; }
Reimplemented from Item_func.
Definition at line 380 of file item_timefunc.h.
References Item::tmp_table_field_from_field_type().
00381 { 00382 return tmp_table_field_from_field_type(table, 0); 00383 }
Here is the call graph for this function:

1.4.7

