Connection.execParams

ditto, but taking an array of params, instead of variadic template

  1. Result execParams(string command, T params)
  2. Result execParams(string command, Value[] params, bool async = false)
    struct Connection
    execParams
    (
    string command
    ,
    Value[] params
    ,
    bool async = false
    )

Meta