setParameter

abstract fun setParameter(name: String, value: Any): ParameterisedQuery<R>

Sets the parameter with given name.

Return

the same ParameterisedQuery instance.

Parameters

name

The name of the parameter in the ParameterisedQuery.

value

The value of the parameter to use in the ParameterisedQuery.