concat

fun concat(vararg expr: Expression<*>): Concat

Concatenates the text representations of all the expr.


fun concat(separator: String = "", expr: List<Expression<*>>): Concat

Concatenates the text representations of all the expr using the specified separator.