jatin
jdbc.query(sql, params) { rs, rowNum -> println("Row number: $rowNum") rs.getString("label") }.toSet()