首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

ibatis2.x学习之oracle存储过程调用配备

2013-03-26 
ibatis2.x学习之oracle存储过程调用配置??create or replace procedure getAllUser(curr_users out sys_re

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

热点排行