Home
last modified time | relevance | path

Searched refs:Item_func_sqlcode (Results 1 – 18 of 18) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_func.h3044 class Item_func_sqlcode: public Item_long_func
3047 Item_func_sqlcode(THD *thd): Item_long_func(thd) { } in Item_func_sqlcode() function
3065 { return get_item_copy<Item_func_sqlcode>(thd, this); } in get_copy()
H A Ditem_func.cc6470 longlong Item_func_sqlcode::val_int() in val_int()
H A Dsql_lex.cc7293 return new (thd->mem_root) Item_func_sqlcode(thd); in create_item_ident_sp()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_func.h3044 class Item_func_sqlcode: public Item_long_func
3047 Item_func_sqlcode(THD *thd): Item_long_func(thd) { } in Item_func_sqlcode() function
3065 { return get_item_copy<Item_func_sqlcode>(thd, this); } in get_copy()
H A Ditem_func.cc6470 longlong Item_func_sqlcode::val_int()
H A Dsql_lex.cc7293 return new (thd->mem_root) Item_func_sqlcode(thd); in create_item_ident_sp()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_func.h3407 class Item_func_sqlcode: public Item_long_func
3410 Item_func_sqlcode(THD *thd): Item_long_func(thd) { } in Item_func_sqlcode() function
3428 { return get_item_copy<Item_func_sqlcode>(thd, this); } in get_copy()
H A Ditem_func.cc6539 longlong Item_func_sqlcode::val_int() in val_int()
H A Dsql_lex.cc7694 return new (thd->mem_root) Item_func_sqlcode(thd); in create_item_ident_sp()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_func.h3407 class Item_func_sqlcode: public Item_long_func
3410 Item_func_sqlcode(THD *thd): Item_long_func(thd) { }
3428 { return get_item_copy<Item_func_sqlcode>(thd, this); }
H A Ditem_func.cc6539 longlong Item_func_sqlcode::val_int() in val_int()
H A Dsql_lex.cc7694 return new (thd->mem_root) Item_func_sqlcode(thd); in create_item_ident_sp()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_func.h3615 class Item_func_sqlcode: public Item_long_func
3618 Item_func_sqlcode(THD *thd): Item_long_func(thd) { } in Item_func_sqlcode() function
3636 { return get_item_copy<Item_func_sqlcode>(thd, this); } in get_copy()
H A Ditem_func.cc6699 longlong Item_func_sqlcode::val_int() in val_int()
H A Dsql_lex.cc8364 return new (thd->mem_root) Item_func_sqlcode(thd); in create_item_ident_sp()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_func.h3615 class Item_func_sqlcode: public Item_long_func
3618 Item_func_sqlcode(THD *thd): Item_long_func(thd) { } in Item_func_sqlcode() function
3636 { return get_item_copy<Item_func_sqlcode>(thd, this); } in get_copy()
H A Ditem_func.cc6699 longlong Item_func_sqlcode::val_int() in val_int()
H A Dsql_lex.cc8364 return new (thd->mem_root) Item_func_sqlcode(thd); in create_item_ident_sp()