groovy

Full stored procedure for groovy.sql.Sql

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0-JSR-6
  • Component/s: groovy-jdk
  • Labels:
    None
  • Number of attachments :
    6

Description

In order to call properly a stored procedure one has to register the output parameters for the SP. Right now the groovy.sql.Sql does not support this.

Activity

Hide
Robert Fuller added a comment -

Attaching tgz of implementation I made to support calling stored procedures. Note that the changes were made in 2004, so there are likely to be some changes in the relevant classes.

Show
Robert Fuller added a comment - Attaching tgz of implementation I made to support calling stored procedures. Note that the changes were made in 2004, so there are likely to be some changes in the relevant classes.
Hide
Robert Fuller added a comment -

Attached file shows some examples of calling stored procedures from groovy using changes in previous attachment.

Show
Robert Fuller added a comment - Attached file shows some examples of calling stored procedures from groovy using changes in previous attachment.
Hide
Robert Fuller added a comment -

Have implemented support for callable statements in CVS head. Attached are patch files for the two classes changed. zip file contains changed classes plus new classes.

Show
Robert Fuller added a comment - Have implemented support for callable statements in CVS head. Attached are patch files for the two classes changed. zip file contains changed classes plus new classes.
Hide
Robert Fuller added a comment -

Updated version of groovy file demonstrating usage of sql callable statements against oracle database.

Show
Robert Fuller added a comment - Updated version of groovy file demonstrating usage of sql callable statements against oracle database.
Hide
Robert Fuller added a comment -

This feature now implemented against CVS head. Attachments with today's date contain changes required to implement. I look forward to seeing this absorbed back into CVS.

Show
Robert Fuller added a comment - This feature now implemented against CVS head. Attachments with today's date contain changes required to implement. I look forward to seeing this absorbed back into CVS.
Hide
Guillaume Laforge added a comment -

Patch from Robert Fuller applied.

Show
Guillaume Laforge added a comment - Patch from Robert Fuller applied.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: