Function prepareFunction

Convenience functions.

UnsafePrepared prepareFunction (
  Connection conn,
  string name,
  int numArgs
) @safe;

Returns

an UnsafePrepared instance based on the result of the corresponding mysql.safe.connection function.

See that module for more details on how these functions work.