Binds values to parameters of this statement, using parameter index.
The index of the parameter (starting from 1).
The bound value. The type of value must be compatible with the SQLite types: it must be a boolean or numeric type, a string, an array, null, or a Nullable!T where T is any of the previous types.
See Implementation
Binds values to parameters of this statement, using parameter index.