Function UnsafePrepared.setArgs
Redefine all functions that deal with MySQLVal to deal with Variant instead. Please see SafePrepared for details on how the methods work.
void setArgs(T...)
(
T args
)
if (T .length == 0 || !is(T[0] == Variant[]) && !is(T[0] == MySQLVal[]));
void setArgs
(
std .variant .VariantN!(32L)[] args,
ParameterSpecializationImpl!(false)[] psnList = null
);
See the Safe Migration document for more details.