chickadee » sqlite3 » bind-parameters!

bind-parameters! STATEMENT #!rest PARAMETERSprocedure

Resets the statement and binds all its free parameters.

In addition to just listing the values to bind to the statement's parameters in sequence, you may specify parameters prefixed by keywords that are resolved to parameter indices by prefixing their names with ":" and resolving them using bind-parameter-index.