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