My Project
Public Member Functions | Static Public Attributes
Create_func_conv Class Reference
Inheritance diagram for Create_func_conv:
Create_func_arg3 Create_func

List of all members.

Public Member Functions

virtual Itemcreate (THD *thd, Item *arg1, Item *arg2, Item *arg3)

Static Public Attributes

static Create_func_conv s_singleton

Member Function Documentation

Item * Create_func_conv::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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines