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