PDA

View Full Version : Passing a boolean to a stored procedure



cazwood
Jul 28th, 2005, 04:27 AM
Hi,

This is a novice question...
Can you pass a boolean to a plsql stored procedure?
If so, how?

Tia,
Caz.

Andreas Senft
Jul 28th, 2005, 01:01 PM
I have not worked with stored procedures yet, but it is possible.
Have a look at the class org.springframework.jdbc.object.StoredProcedure.

Further information about Spring's JDBC abstraction can be found here (http://static.springframework.org/spring/docs/1.2.x/reference/jdbc.html). See especially chapter 10.4.

Regards,
Andreas