My Project
|
Public Member Functions | |
virtual Item * | create_native (THD *thd, LEX_STRING name, List< Item > *item_list) |
Static Public Attributes | |
static Create_func_round | s_singleton |
Item * Create_func_round::create_native | ( | THD * | thd, |
LEX_STRING | name, | ||
List< Item > * | item_list | ||
) | [virtual] |
Builder method, with no arguments.
thd | The current thread |
name | The native function name |
item_list | The function parameters, none of which are named |
Implements Create_native_func.