难过翅膀

文章
6
资源
1
加入时间
4年1月24天

用JDBC给存储过程传递数组类型的参数

A . 嵌套表 1. 声明数组类型        create or replace type tab_array is table of varchar2(38);暂时不要在包中声明该类型 2. 创建存储过程          -- 该例子存储过程是在包中创建的,包名 arraydemo          procedure testArray(resNumber in tab_array,pr