ibatis2.x学习之oracle存储过程调用配置
?
?
create or replace procedure getAllUser(curr_users out sys_refcursor)asbegin open curr_users for select * from user;end;?
我的异常网推荐解决方案:oracle存储过程,http://www.myexception.cn/oracle-develop/177537.html
发布时间: 2013-03-26 21:09:11 作者: rapoo
ibatis2.x学习之oracle存储过程调用配置
?
?
create or replace procedure getAllUser(curr_users out sys_refcursor)asbegin open curr_users for select * from user;end;?
我的异常网推荐解决方案:oracle存储过程,http://www.myexception.cn/oracle-develop/177537.html