|
From: Thomas R. <tri...@tr...> - 2003-05-06 20:44:13
|
I'm looking into the request of adding support for returning a ResultSet from jdbc.object.StoredProcedure. I would like to handle the returned resultset the same way it is handled in SqlQuery using a RowCallbackHandler. There is the possibility of a stored procedure returning multiple resultsets - is this something we would like to support? If so, then we would have to pass in multiple RowCallBackHandlers - one for each resultset. Currently the StoredProcedure class does not utilize the JdbcTemplate class - it handles the connection, execution and results extraction on its own. There is some functionality in JdbcTemplate that I would like to reuse, like RowCallBackHandlerResultSetExtracter. I think the best way to proceed is to refactor the StoredProcedure to use JdbcTemplate for all JDBC calls, but I don't yet know how much work is involved here. I welcome any thoughts or suggestions. Is this something that should wait until after the 0.8 release? Do we have a target date in mind for this release yet? Thomas > Looks like it's down or nearly down. I've just been getting the same > problem. > > Rod > > ----- Original Message ----- > From: "JP PAWLAK(Tiscali)" <jp....@ti...> > To: "Spring Developers (E-mail)" > <spr...@li...> > Sent: Tuesday, May 06, 2003 8:11 PM > Subject: [Springframework-developer] CVS Server > > > > Hello, > > > > Has the cvs server a problem? > > > > I have only access to anonymous. But I'm not able to have a connection > > on the server today. During a first lap of time the server was not > > found at all. And now, it systematically reset the connection. > > > > What's currently with it? > > > > _____ > > > > > > > > Jean-Pierre Pawlak > > > > <mailto:jp....@ti...> jp....@ti... > > > > > > > > > > > > > > > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Thomas Risberg tri...@tr... |