`
jamin415
  • 浏览: 3810 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论
文章列表
在网上找了很久的mybatis调用存储过程,并返回游标示例,例子很多,但是都描述不怎么清楚,通过多次探索,终于得出了得到完美的代码。希望对大家有一些帮助 存储过程示例: create or replace procedure Fsp_Plan_CheckPrj(v_grantno  varchar2, v_deptcode number,  v_cursor   out sys_refcursor) is ………………     ---返回统计结果     open v_Cursor for       select s.plan_code,              s.plan_dept, ...
Global site tag (gtag.js) - Google Analytics