MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
virtual Item * | create (THD *thd, Item *arg1, Item *arg2) |
Public Member Functions inherited from Create_func_arg2 | |
virtual Item * | create_func (THD *thd, LEX_STRING name, List< Item > *item_list) |
Static Public Attributes | |
static Create_func_gtid_subtract | s_singleton |
Additional Inherited Members | |
Protected Member Functions inherited from Create_func_arg2 | |
Create_func_arg2 () | |
virtual | ~Create_func_arg2 () |
Definition at line 1159 of file item_create.cc.
Builder method, with two arguments.
thd | The current thread |
arg1 | The first argument of the function |
arg2 | The second argument of the function |
Implements Create_func_arg2.
Definition at line 3979 of file item_create.cc.