My Project
|
Public Member Functions | |
virtual Item * | create_native (THD *thd, LEX_STRING name, List< Item > *item_list) |
virtual Item * | create_aes (THD *thd, Item *arg1, Item *arg2)=0 |
virtual Item * | create_aes (THD *thd, Item *arg1, Item *arg2, Item *arg3)=0 |
virtual Item* Create_func_aes_base::create_native | ( | THD * | thd, |
LEX_STRING | name, | ||
List< Item > * | item_list | ||
) | [inline, 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.