DynaSql.query methods don't (can't?) free up JDBC resources
-----------------------------------------------------------

         Key: DDLUTILS-2
         URL: http://issues.apache.org/jira/browse/DDLUTILS-2
     Project: DdlUtils
        Type: New Feature
    Reporter: Dave Sunerton-Burl
 Assigned to: Thomas Dudziak 
    Priority: Minor
 Attachments: patch-add-getCollection.txt

See attached patch for a way round this.

The new getCollection methods return a collection of populated DynaBeans based 
on an SQL query (including the ability to set the start and end row number to 
return a subset of the query). These methods clean up the connection, 
statement, and resultSet used before returning.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to