setParameter

abstract fun setParameter(name: String, 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.