Home
last modified time | relevance | path

Searched refs:Item_str_func (Results 101 – 125 of 178) sorted by relevance

12345678

/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_timefunc.h176 class Item_func_monthname :public Item_str_func
180 Item_func_monthname(Item *a) :Item_str_func(a) {} in Item_func_monthname()
530 class Item_temporal_hybrid_func :public Item_str_func
546 Item_temporal_hybrid_func(Item *a, Item *b) :Item_str_func(a, b), in Item_temporal_hybrid_func()
1232 class Item_func_date_format :public Item_str_func
1239 :Item_str_func(a,b),is_time_format(is_time_format_arg) {} in Item_func_date_format()
H A Ditem_xmlfunc.cc162 class Item_nodeset_func :public Item_str_func
172 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
174 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
176 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
178 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_timefunc.h176 class Item_func_monthname :public Item_str_func
180 Item_func_monthname(Item *a) :Item_str_func(a) {} in Item_func_monthname()
530 class Item_temporal_hybrid_func :public Item_str_func
546 Item_temporal_hybrid_func(Item *a, Item *b) :Item_str_func(a, b), in Item_temporal_hybrid_func()
1232 class Item_func_date_format :public Item_str_func
1239 :Item_str_func(a,b),is_time_format(is_time_format_arg) {} in Item_func_date_format()
H A Ditem_xmlfunc.cc162 class Item_nodeset_func :public Item_str_func
172 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
174 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
176 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
178 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_timefunc.h176 class Item_func_monthname :public Item_str_func
180 Item_func_monthname(Item *a) :Item_str_func(a) {} in Item_func_monthname()
530 class Item_temporal_hybrid_func :public Item_str_func
546 Item_temporal_hybrid_func(Item *a, Item *b) :Item_str_func(a, b), in Item_temporal_hybrid_func()
1232 class Item_func_date_format :public Item_str_func
1239 :Item_str_func(a,b),is_time_format(is_time_format_arg) {} in Item_func_date_format()
H A Ditem_xmlfunc.cc162 class Item_nodeset_func :public Item_str_func
172 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
174 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
176 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
178 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_timefunc.h194 class Item_func_monthname :public Item_str_func
198 Item_func_monthname(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_func_monthname()
457 class Item_func_dayname :public Item_str_func
461 Item_func_dayname(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_func_dayname()
810 class Item_func_date_format :public Item_str_func
824 Item_str_func(thd, a, b), locale(0), is_time_format(false) {} in Item_func_date_format()
826 Item_str_func(thd, a, b, c), locale(0), is_time_format(false) {} in Item_func_date_format()
1060 class Item_char_typecast :public Item_str_func
1078 Item_str_func(thd, a), cast_length(length_arg), cast_cs(cs_arg), in Item_char_typecast()
H A Ditem_xmlfunc.cc158 class Item_nodeset_func :public Item_str_func
169 Item_str_func(thd), pxml(pxml_arg) {} in Item_nodeset_func()
171 Item_str_func(thd, a), pxml(pxml_arg) {} in Item_nodeset_func()
173 Item_str_func(thd, a, b), pxml(pxml_arg) {} in Item_nodeset_func()
175 Item_str_func(thd, a, b, c), pxml(pxml_arg) {} in Item_nodeset_func()
2773 if (Item_str_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_timefunc.h194 class Item_func_monthname :public Item_str_func
198 Item_func_monthname(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_func_monthname()
457 class Item_func_dayname :public Item_str_func
461 Item_func_dayname(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_func_dayname()
810 class Item_func_date_format :public Item_str_func
824 Item_str_func(thd, a, b), locale(0), is_time_format(false) {} in Item_func_date_format()
826 Item_str_func(thd, a, b, c), locale(0), is_time_format(false) {} in Item_func_date_format()
1060 class Item_char_typecast :public Item_str_func
1078 Item_str_func(thd, a), cast_length(length_arg), cast_cs(cs_arg), in Item_char_typecast()
H A Ditem_xmlfunc.cc158 class Item_nodeset_func :public Item_str_func
169 Item_str_func(thd), pxml(pxml_arg) {} in Item_nodeset_func()
171 Item_str_func(thd, a), pxml(pxml_arg) {} in Item_nodeset_func()
173 Item_str_func(thd, a, b), pxml(pxml_arg) {} in Item_nodeset_func()
175 Item_str_func(thd, a, b, c), pxml(pxml_arg) {} in Item_nodeset_func()
2773 if (Item_str_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_timefunc.h190 class Item_func_monthname final : public Item_str_func {
194 Item_func_monthname(const POS &pos, Item *a) : Item_str_func(pos, a) {} in Item_func_monthname()
560 class Item_temporal_hybrid_func : public Item_str_func {
577 : Item_str_func(a, b), sql_mode(0) {} in Item_temporal_hybrid_func()
579 : Item_str_func(pos, a, b), sql_mode(0) {} in Item_temporal_hybrid_func()
1245 class Item_func_date_format final : public Item_str_func {
1253 : Item_str_func(pos, a, b), is_time_format(is_time_format_arg) {} in Item_str_func() function
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_timefunc.h194 class Item_func_monthname :public Item_str_func
198 Item_func_monthname(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_func_monthname()
457 class Item_func_dayname :public Item_str_func
461 Item_func_dayname(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_func_dayname()
810 class Item_func_date_format :public Item_str_func
824 Item_str_func(thd, a, b), locale(0), is_time_format(false) {} in Item_func_date_format()
826 Item_str_func(thd, a, b, c), locale(0), is_time_format(false) {} in Item_func_date_format()
H A Ditem_xmlfunc.cc112 class Item_nodeset_func :public Item_str_func
123 Item_str_func(thd), pxml(pxml_arg) {} in Item_nodeset_func()
125 Item_str_func(thd, a), pxml(pxml_arg) {} in Item_nodeset_func()
127 Item_str_func(thd, a, b), pxml(pxml_arg) {} in Item_nodeset_func()
129 Item_str_func(thd, a, b, c), pxml(pxml_arg) {} in Item_nodeset_func()
2726 if (Item_str_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_timefunc.h194 class Item_func_monthname :public Item_str_func
198 Item_func_monthname(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_func_monthname()
457 class Item_func_dayname :public Item_str_func
461 Item_func_dayname(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_func_dayname()
810 class Item_func_date_format :public Item_str_func
824 Item_str_func(thd, a, b), locale(0), is_time_format(false) {} in Item_func_date_format()
826 Item_str_func(thd, a, b, c), locale(0), is_time_format(false) {} in Item_func_date_format()
H A Ditem_xmlfunc.cc112 class Item_nodeset_func :public Item_str_func
123 Item_str_func(thd), pxml(pxml_arg) {} in Item_nodeset_func()
125 Item_str_func(thd, a), pxml(pxml_arg) {} in Item_nodeset_func()
127 Item_str_func(thd, a, b), pxml(pxml_arg) {} in Item_nodeset_func()
129 Item_str_func(thd, a, b, c), pxml(pxml_arg) {} in Item_nodeset_func()
2726 if (Item_str_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_xmlfunc.cc157 class Item_nodeset_func :public Item_str_func
168 Item_str_func(thd), pxml(pxml_arg) {} in Item_nodeset_func()
170 Item_str_func(thd, a), pxml(pxml_arg) {} in Item_nodeset_func()
172 Item_str_func(thd, a, b), pxml(pxml_arg) {} in Item_nodeset_func()
174 Item_str_func(thd, a, b, c), pxml(pxml_arg) {} in Item_nodeset_func()
2752 if (Item_str_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_xmlfunc.cc157 class Item_nodeset_func :public Item_str_func
168 Item_str_func(thd), pxml(pxml_arg) {} in Item_nodeset_func()
170 Item_str_func(thd, a), pxml(pxml_arg) {} in Item_nodeset_func()
172 Item_str_func(thd, a, b), pxml(pxml_arg) {} in Item_nodeset_func()
174 Item_str_func(thd, a, b, c), pxml(pxml_arg) {} in Item_nodeset_func()
2752 if (Item_str_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_xmlfunc.cc162 class Item_nodeset_func :public Item_str_func
172 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
174 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
176 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
178 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_xmlfunc.cc162 class Item_nodeset_func :public Item_str_func
172 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
174 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
176 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
178 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_xmlfunc.cc157 class Item_nodeset_func :public Item_str_func
167 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
169 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
171 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
173 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_xmlfunc.cc157 class Item_nodeset_func :public Item_str_func
167 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
169 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
171 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
173 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_xmlfunc.cc157 class Item_nodeset_func :public Item_str_func
167 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
169 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
171 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
173 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_xmlfunc.cc157 class Item_nodeset_func :public Item_str_func
167 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
169 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
171 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
173 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_xmlfunc.cc157 class Item_nodeset_func :public Item_str_func
167 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
169 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
171 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
173 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_xmlfunc.cc157 class Item_nodeset_func :public Item_str_func
167 Item_nodeset_func(String *pxml_arg) :Item_str_func(), pxml(pxml_arg) {} in Item_nodeset_func()
169 :Item_str_func(a), pxml(pxml_arg) {} in Item_nodeset_func()
171 :Item_str_func(a, b), pxml(pxml_arg) {} in Item_nodeset_func()
173 :Item_str_func(a,b,c), pxml(pxml_arg) {} in Item_nodeset_func()

12345678