I have never used CallableStatement but it looks like you can override
QueryRunner.prepareStatement() to create a CallableStatement and call
registerOutParameter() on it before returning it from that method.

David


--- "Liu, Zhihai" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have a CallableStatement with three input parameters and one output
> parameters.
> {? = call ddt_data_access.get_ddt_resultset(?, ?, ?)}
> The output parameter is 
> 
> When using QueryRunner, how do I set Object[] params to take care of the
> output parameter?
> 
> Thanks.
> 
>
----------------------------------------------------------------------------------------
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
> written agreement or government initiative expressly permitting the use
> of e-mail for such purpose.
>
----------------------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to