MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
virtual Item * | create (THD *thd, Item *arg1) |
Public Member Functions inherited from Create_func_arg1 | |
virtual Item * | create_func (THD *thd, LEX_STRING name, List< Item > *item_list) |
Static Public Attributes | |
static Create_func_bin | s_singleton |
Additional Inherited Members | |
Protected Member Functions inherited from Create_func_arg1 | |
Create_func_arg1 () | |
virtual | ~Create_func_arg1 () |
Definition at line 375 of file item_create.cc.
Builder method, with one argument.
thd | The current thread |
arg1 | The first argument of the function |
Implements Create_func_arg1.
Definition at line 3128 of file item_create.cc.