parameters

abstract var parameters: Parameters?(source)

A copy of the current parameters.

Setting new parameters will re-execute a query if there is at least one listener listening for changes.

Throws

on failure to create the query (e.g., database closed)

on failure to encode the parameters (e.g., parameter value not supported)