My Project
|
Public Member Functions | |
virtual Item * | create (THD *thd, Item *arg1, Item *arg2) |
Static Public Attributes | |
static Create_func_date_format | s_singleton |
Item * Create_func_date_format::create | ( | THD * | thd, |
Item * | arg1, | ||
Item * | arg2 | ||
) | [virtual] |
Builder method, with two arguments.
thd | The current thread |
arg1 | The first argument of the function |
arg2 | The second argument of the function |
Implements Create_func_arg2.