游标包括以下两个部分: ⑴ 游标结果集(Cursor Result Set):由定义该游标的SELECT 语句返回的行的集合。 ⑵ 游标位置(Cursor Position):指向这个行集合中某一行的当前指针。
基于16个网页-相关网页
If the cursor is closed using the close statement before the return of the SQL procedure, the cursor result set will not be returned to the caller or client application.
如果在返回SQL过程之前使用close语句关闭游标,那么游标结果集就不会返回到调用者或客户机应用程序。
A holdable result set permits an application to keep the cursor open after implicit or explicit commits.
可持有结果集允许应用程序在隐式或显式提交之后一直将游标打开着。
It's worth noting that you do not perform the distinct function on a cursor or result set as you do other query functions, but you perform it directly on the collection.
值得注意的是,您在执行其他查询函数时不能在指针和结果集上执行distinct函数,而应直接在集合上执行。
应用推荐