rowAsStrings

fun rowAsStrings(rowNum: Int): List<String>

Converts the column values to string values. Any instance that cannot be converted is replaced with a string representing the SQL type in parentheses. For example, SQL type BLOB will be (BLOB).

Return

the values across the columns for the row as strings

Parameters

rowNum

the row of the row set to convert