setParameter

@NotNull
abstract fun setParameter(@NotNull name: String, @NotNull value: Any): ParameterizedQuery<R>

Set parameter with given [name].

Return

the same ParameterizedQuery instance.

Parameters

name

The name of the parameter in the ParameterizedQuery.

value

The value of the parameter to use in the ParameterizedQuery.