contextual

inline fun <T : Any> contextual(value: T?): Param<T>

Crete a contextual parameter. This relies database context having a specific encoder for the specified type. In order to do that, extend your desired database context add the corresponding encoder to the "additionalEncoders" parameter.