pub type Parameters = Vec<Vec<u8>>;
Expand description

An optional list of arguments to be used in the SQL statement. When a statement uses question marks ‘?’ for placeholders, the capability provider will replace the specified arguments during execution. The command must have exactly as many placeholders as arguments, or the request will fail. The members are CBOR encoded.