prepareProcedure

Convenience functions.

@safe
UnsafePrepared
prepareProcedure
(
Connection conn
,
string name
,)

Return Value

Type: UnsafePrepared

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.

Meta