Function mysqlEscape

Helper function to easily construct a escape wrapper struct

MysqlEscape!T mysqlEscape(T) (
  T input
);

Template Params: T = type of the input

Parameters

NameDescription
input input to escape