48
36
class Item_func_concat_ws :public Item_str_func
57
41
String *val_str(String *);
58
42
void fix_length_and_dec();
59
43
const char *func_name() const { return "concat_ws"; }
60
44
table_map not_null_tables() const { return 0; }
65
47
#endif /* DRIZZLED_FUNCTION_STR_CONCAT_H */