MysqlEscape

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

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

input
Input input;
Undocumented in source.

Parameters

Input

(Template Param) Type of the input

Meta