MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Create_func_maketime Class Reference
Inheritance diagram for Create_func_maketime:
Collaboration diagram for Create_func_maketime:

Public Member Functions

virtual Itemcreate (THD *thd, Item *arg1, Item *arg2, Item *arg3)
- Public Member Functions inherited from Create_func_arg3
virtual Itemcreate_func (THD *thd, LEX_STRING name, List< Item > *item_list)

Static Public Attributes

static Create_func_maketime s_singleton

Additional Inherited Members

- Protected Member Functions inherited from Create_func_arg3
 Create_func_arg3 ()
virtual ~Create_func_arg3 ()

Detailed Description

Definition at line 1730 of file item_create.cc.

Member Function Documentation

Item * Create_func_maketime::create ( THD *  thd,
Item arg1,
Item arg2,
Item arg3 
)
virtual

Builder method, with three arguments.

Parameters
thdThe current thread
arg1The first argument of the function
arg2The second argument of the function
arg3The third argument of the function
Returns
An item representing the function call

Implements Create_func_arg3.

Definition at line 4492 of file item_create.cc.


The documentation for this class was generated from the following file: