Prepared.setArg

Prepared statement parameter setter.

The value may, but doesn't have to be, wrapped in a Variant. If so, null is handled correctly.

The value may, but doesn't have to be, a pointer to the desired value.

The value may, but doesn't have to be, wrapped in a Nullable!T. If so, null is handled correctly.

The value can be null.

More...
  1. void setArg(size_t index, T val, ParameterSpecialization psn)
  2. void setArg(size_t index, Nullable!T val, ParameterSpecialization psn)
    struct Prepared
    void
    setArg
    (
    T
    )
    (
    size_t index
    ,
    Nullable!T val
    ,)

Detailed Description

Type Mappings

$(TYPE_MAPPINGS)

Meta