mysql.escape

Escape special characters in MySQL strings.

Members

Functions

mysqlEscape
MysqlEscape!(T) mysqlEscape(T input)

Helper function to easily construct a escape wrapper struct

mysql_escape
void mysql_escape(Input input, Buffer buffer)

Simple escape function for dangerous SQL characters

Structs

MysqlEscape
struct MysqlEscape(Input)

Struct to wrap around a string so it can be passed to formattedWrite and be properly escaped all using the buffer that formattedWrite provides.

Meta