17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
23
#include <drizzled/function/str/strfunc.h>
28
25
class Item_func_quote :public Item_str_func
33
30
const char *func_name() const { return "quote"; }
34
31
String *val_str(String *);
35
32
void fix_length_and_dec()