Sujit Pal - 2003-09-20

Sorry, this should have been a forum question.

Brian Ball asked me this question in a private mail
dated May 20 2003.
-----
Sujit,
I was able to get the Source, Thank you. I have a
question. I would like to enable SqlUnit to handle
Oracle's
OracleCallableStatement. In doing this I thought I would
create a New Nested Element in Test called oracleCall,
then
extend any class need to handle an
OracleCallableStatement. Does this fit into your
plane? Or
how do you want this handled?

Brian
======== to which I replied ==========
My personal opinion is that OracleCallableStatement
does not add real benefit. That is, a PL/SQL stored
procedure should be callable from JDBC using the
standard CallableStatement. However, I dont know Oracle
that well to determine if there are stored procedures
which will not work from a CallableStatement. In that
case, of course, a OracleCallableStatement would be the
way to go.

Does someone in the group have a preference, one way or
other?

Thanks
Sujit