set Parameter
abstract fun setParameter(name: String, value: Any): ParameterisedQuery<R>
Content copied to clipboard
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.