23
23
#include "drizzled/function/time/date.h"
24
24
#include "drizzled/temporal.h"
29
26
/* Abstract CURDATE function. See also Item_func_curtime. */
30
27
class Item_func_curdate :public Item_date
36
33
Item_func_curdate() :Item_date() {}
37
34
void fix_length_and_dec();
39
36
* All functions which inherit from Item_date must implement
40
37
* their own get_temporal() method, which takes a supplied
42
39
* date based on the semantics of the function.
44
41
* For CURDATE() and sisters, there is no argument, and we