| 
    MySQL 5.6.14 Source Code Document
    
   | 
 


Public Member Functions | |
| virtual Item * | create (THD *thd, Item *arg1, Item *arg2, Item *arg3) | 
  Public Member Functions inherited from Create_func_arg3 | |
| virtual Item * | create_func (THD *thd, LEX_STRING name, List< Item > *item_list) | 
Static Public Attributes | |
| static Create_func_rpad | s_singleton | 
Additional Inherited Members | |
  Protected Member Functions inherited from Create_func_arg3 | |
| Create_func_arg3 () | |
| virtual | ~Create_func_arg3 () | 
Definition at line 2076 of file item_create.cc.
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.
Definition at line 4891 of file item_create.cc.