SqlOutParameter « Database « Spring Q&A





1. SqlReturnResultSet vs. SqlOutParameter    forum.springsource.org

SqlReturnResultSet vs. SqlOutParameter I spent some time yesterday trying to call an Oracle stored procedure(function) using the org.springframework.jdbc.object.StoredProcedure class and thought I share what I found. I got some code from ...

2. Warning - SqlOutParameter/SqlReturnResultSet parameter was not declared    forum.springsource.org

Warning - SqlOutParameter/SqlReturnResultSet parameter was not declared Hi All, This is my first post and also new to spring. Can any body plz help I am getting an warning as "Results ...

3. SqlOutParameter Callback Not Getting Called    forum.springsource.org

SqlOutParameter Callback Not Getting Called Hi all, I'm running into an issue with the a RowMapper callback not being invoked on a SqlOutParameter. I'm using DB2, so I've also got a ...

4. Cannot Process oracle.sql.ARRAY in SqlOutParameter    forum.springsource.org

Cannot Process oracle.sql.ARRAY in SqlOutParameter Hi, I am having trouble fetching an oracle.sql.ARRAY type into a JPublisher generated variable that I pass in through SqlOutParameter. I am however able to successfully ...

5. SqlOutParameter errors    forum.springsource.org

SqlOutParameter errors I'm attempting to access an Oracle 10g stored procedure though Spring2.5 running on Tomcat 6. I've created a subclass of StoredProcedure: Code: private static class MyProc extends StoredProcedure { ...

6. RowMapper registered for SqlOutParameter is not called in StoredProcedure    forum.springsource.org

RowMapper registered for SqlOutParameter is not called in StoredProcedure Hello, dear community. I use Spring StoredProcedure abstraction to wrap the PL/PGSQL stored procedure which returns SETOF object. Code: /** * "mfp_calllog_get" ...