However, in Kotlin, I get the same behviour from t...
# announcements
j
However, in Kotlin, I get the same behviour from this piece of code:
Copy code
jdbc.query(sql, params) { rs, rowNum ->
            println("Row number: $rowNum")
            rs.getString("label")
        }.toSet()