23
23
#include <drizzled/function/str/strfunc.h>
28
25
class Item_func_replace :public Item_str_func
37
Item_str_func(org, find, replace),
40
31
String *val_str(String *);
41
32
void fix_length_and_dec();
42
33
const char *func_name() const { return "replace"; }
47
36
#endif /* DRIZZLED_FUNCTION_STR_REPLACE_H */