Drizzled Public API Documentation

strfunc.cc File Reference

This file defines all string functions. More...

#include <config.h>
#include <zlib.h>
#include <drizzled/error.h>
#include <drizzled/function/str/strfunc.h>

Go to the source code of this file.

Namespaces

 drizzled
 TODO: Rename this file - func.h is stupid.
 

Constant Groups

 drizzled
 TODO: Rename this file - func.h is stupid.
 

Functions

DRIZZLED_API String drizzled::my_empty_string ("", default_charset_info)
 

Detailed Description

This file defines all string functions.

Warning
Some string functions don't always put and end-null on a String. (This shouldn't be needed)

Definition in file strfunc.cc.