首页 > 数据库技术 > 详细

sys_refcursor vs ref cursor in oracle

时间:2020-04-10 19:04:53      阅读:75      评论:0      收藏:0      [点我收藏+]

There is no difference between using a type declared as REF CURSOR and using SYS_REFCURSOR , because SYS_REFCURSOR is defined in the STANDARD package as a REF CURSOR in the same way that we declared the type ref_cursor . ... type sys_refcursor is ref cursor; SYS_REFCURSOR was introduced in Oracle 9i

sys_refcursor vs ref cursor in oracle

原文:https://www.cnblogs.com/kakaisgood/p/12675170.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!