UnsafePrepared.setArgs

Redefine all functions that deal with MySQLVal to deal with Variant instead. Please see SafePrepared for details on how the methods work.

$(SAFE_MIGRATION)

  1. void setArgs(T args)
    struct UnsafePrepared
    void
    setArgs
    (
    T...
    )
    ()
    if (
    T.length == 0 ||
    (
    !is(T[0] == Variant[]) &&
    !is(T[0] == MySQLVal[])
    )
    )
  2. void setArgs(Variant[] args, UnsafeParameterSpecialization[] psnList)

Meta