23
23
#include <drizzled/function/str/strfunc.h>
28
25
class Item_func_repeat :public Item_str_func
39
30
String *val_str(String *);
40
31
void fix_length_and_dec();
41
32
const char *func_name() const { return "repeat"; }
46
36
#endif /* DRIZZLED_FUNCTION_STR_REPEAT_H */