withParams

infix fun String.withParams(params: Map<String, Any?>): QueryFragment

Pairs this SQL text with the parameters it names.

Return

The two, kept together.

Parameters

params

The parameters, by name without the leading @.