An Oracle cursor is a handle to an area in memory that holds the result set of a SQL query, enabling you to individually process the rows in the result set. Oracle uses implicit cursors for all DML statements. Explicit cursors are created and used by application coders.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/37724/viewspace-152584/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/37724/viewspace-152584/
本文介绍了Oracle数据库中的游标概念,包括隐式游标和显式游标的使用方式。隐式游标由Oracle在所有数据操作语言(DML)语句中自动创建,而显式游标则由应用程序开发者创建并使用。
644

被折叠的 条评论
为什么被折叠?



