Home
last modified time | relevance | path

Searched refs:Item_func_nvl2 (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h1180 class Item_func_nvl2 :public Item_func_case_abbreviation2_switch
1186 Item_func_nvl2(THD *thd, Item *a, Item *b, Item *c): in Item_func_nvl2() function
1195 { return get_item_copy<Item_func_nvl2>(thd, this); } in get_copy()
H A Ditem_create.cc4053 return new (thd->mem_root) Item_func_nvl2(thd, arg1, arg2, arg3); in create_3_arg()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h1180 class Item_func_nvl2 :public Item_func_case_abbreviation2_switch
1186 Item_func_nvl2(THD *thd, Item *a, Item *b, Item *c):
1195 { return get_item_copy<Item_func_nvl2>(thd, this); }
H A Ditem_create.cc4053 return new (thd->mem_root) Item_func_nvl2(thd, arg1, arg2, arg3);
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.h1214 class Item_func_nvl2 :public Item_func_case_abbreviation2_switch
1220 Item_func_nvl2(THD *thd, Item *a, Item *b, Item *c): in Item_func_nvl2() function
1229 { return get_item_copy<Item_func_nvl2>(thd, this); } in get_copy()
H A Ditem_create.cc3032 return new (thd->mem_root) Item_func_nvl2(thd, arg1, arg2, arg3); in create_3_arg()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h1194 class Item_func_nvl2 :public Item_func_case_abbreviation2_switch
1200 Item_func_nvl2(THD *thd, Item *a, Item *b, Item *c): in Item_func_nvl2() function
1209 { return get_item_copy<Item_func_nvl2>(thd, this); } in get_copy()
H A Ditem_create.cc4091 return new (thd->mem_root) Item_func_nvl2(thd, arg1, arg2, arg3); in create_3_arg()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h1194 class Item_func_nvl2 :public Item_func_case_abbreviation2_switch
1200 Item_func_nvl2(THD *thd, Item *a, Item *b, Item *c): in Item_func_nvl2() function
1209 { return get_item_copy<Item_func_nvl2>(thd, this); } in get_copy()
H A Ditem_create.cc4091 return new (thd->mem_root) Item_func_nvl2(thd, arg1, arg2, arg3); in create_3_arg()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.h1214 class Item_func_nvl2 :public Item_func_case_abbreviation2_switch
1220 Item_func_nvl2(THD *thd, Item *a, Item *b, Item *c): in Item_func_nvl2() function
1229 { return get_item_copy<Item_func_nvl2>(thd, this); } in get_copy()
H A Ditem_create.cc3032 return new (thd->mem_root) Item_func_nvl2(thd, arg1, arg2, arg3); in create_3_arg()