Command.param

Access a prepared statement parameter for update.

Another style of usage would simply update the parameter Variant directly

c.param(0) = 42;
c.param(1) = "The answer";
struct Command
deprecated ref pure
Variant
param
(
size_t index
)

Meta