seems that would translate into `getConnection().u...
# announcements
n
seems that would translate into
getConnection().use { c -> getRS(c, query).use { rs -> while (rs.next()) { ... } } }