get boolean value returned from PL/SQL function using CallableStatement?
843854Mar 20 2002 — edited Apr 3 2002All,
I want to call a PL/SQL function that returns a boolean type, does anyone know how I can do this using a CallableStatement?
The only thing I saw in the CallableStatement was to register an out parameter of type java.sql.Type.BIT and then use the getBoolean method. But, this requires that a bit is returned from the function, not a boolean.
Thanks,
Derek