toRowString

fun ResultRow.toRowString(): String

Converts this ResultRow to a human-readable string by joining all non-empty column values with " - ".

Extension function on ResultRow.

Return

a formatted string of the row's values