Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8610695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:11:31+00:00 2026-06-12T04:11:31+00:00

How would one metaClass a method that takes an object(s) and a closure? Specifically

  • 0

How would one metaClass a method that takes an object(s) and a closure?

Specifically say,

public void eachRow(GString gstring, Closure closure)

I’d like to metaClass eachRow() such that it prints the gstring parameter, and ignores the Closure. The goal is to create an app, that when passed a certain parameter does a sort of ‘dry run’ execution using groovy.sql.Sql, where instead of executing the queries, it just prints the statements it would have normally executed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T04:11:32+00:00Added an answer on June 12, 2026 at 4:11 am

    So I think my issue wasn’t how I was defining the method, but what I was (or wasn’t returning). This appears to work …

    sql.metaClass.eachRow = { String qry, Closure c ->
        println qry
        new GroovyRowResult([:]) // I was returning null, adding this fixed me.
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

how would one test a method that returns a complicated object that does not
How would one go about creating a plugin or something of the like that
How would one switch a public bool to true from a child form in
How would one write a sql server DDL script that can: For each table
How would one go about creating an ipad app that has a similar view
How would one go about creating a function file that is stored outside of
How would one go about ordering two different classes? So say there's Class1 and
How would one be able to use a TaskHost object within C# (I use
How would one do something like: = f.input_field :age, :collection => 18..60, :id =>
How would one structure a table for an entity that can have a one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.