| 
    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_length | s_singleton | 
Additional Inherited Members | |
  Protected Member Functions inherited from Create_func_arg1 | |
| Create_func_arg1 () | |
| virtual | ~Create_func_arg1 () | 
Definition at line 1572 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 4319 of file item_create.cc.