Description
The documentation says:
* @param closure called for each row with a GroovyResultSet
Instead, the java ResultSet is passed which prevents from using convenient groovy methods on the result passed over to the closure
The documentation says:
* @param closure called for each row with a GroovyResultSet
Instead, the java ResultSet is passed which prevents from using convenient groovy methods on the result passed over to the closure