plus
Adds the t value to this expression.
open infix operator fun <T, S : T> ExpressionWithColumnType<T>.plus(other: Expression<S>): PlusOp<T, S>
Adds the other expression to this expression.
Concatenate the value to the input expression.
Return
The concatenated expression.
Parameters
value
The string value to be concatenated.