2012年10月25日

java调用oracle存储过程/函数。参数为复杂类型(数组,自定义类型)

摘要: 对于存储过程/函数入参,或出参为复杂类型的情况,这里列出官方的参考实践。有时间再补充。1.出参为数组的情况:16.4.3.2 Passing an Array to a Callable StatementTo retrieve a collection as an OUT parameter in PL/SQL blocks, execute the following to register the bind type for your OUT parameter.Cast your callable statement to an OracleCallableStatement:Orac 阅读全文

posted @ 2012-10-25 19:33 qinxike 阅读(1584) 评论(0) 推荐(2) 编辑

导航