| 
    MySQL 5.6.14 Source Code Document
    
   | 
 


Public Member Functions | |
| virtual Item * | create_native (THD *thd, LEX_STRING name, List< Item > *item_list) | 
  Public Member Functions inherited from Create_native_func | |
| virtual Item * | create_func (THD *thd, LEX_STRING name, List< Item > *item_list) | 
Static Public Attributes | |
| static Create_func_master_pos_wait | s_singleton | 
Additional Inherited Members | |
  Protected Member Functions inherited from Create_native_func | |
| Create_native_func () | |
| virtual | ~Create_native_func () | 
Definition at line 1756 of file item_create.cc.
      
  | 
  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.
Definition at line 4523 of file item_create.cc.