Guest User

Untitled

a guest
Jan 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public void eachRow(GString gstring, Closure closure)
  2.  
  3. sql.metaClass.eachRow = { String qry, Closure c ->
  4. println qry
  5. new GroovyRowResult([:]) // I was returning null, adding this fixed me.
  6. }
Add Comment
Please, Sign In to add comment