Cursor Result Set的意思|示意

美 / / 英 / /

游标结果集


Cursor Result Set的网络常见释义

结果集 游标包括以下两个部分: ⑴ 游标结果集(Cursor Result Set):由定义该游标的SELECT 语句返回的行的集合。 ⑵ 游标位置(Cursor Position):指向这个行集合中某一行的当前指针。

Cursor Result Set相关例句

In fact, the dimension cursor is similar to an SQL result set with some additional functionality.

实际上,维游标类似于SQL结果集,只是多了一些附加功能。

Then DB2 opens the cursor returns from the procedure and processes the locator allocation to the result set.

然后,DB2 打开从过程中返回的游标,并处理分配给结果集的定位器。

I explained that DB2 does not automatically build a result set of all qualified rows at OPEN CURSOR.

我解释过DB 2不能在OPEN CURSOR中为所有符合条件的行自动生成一个结果集。

One cursor is required per result set that is to be returned.

每个将要返回的结果集都需要一个游标。

This means that subsequent SQL OPEN and CLOSE operations will merely reposition the cursor to the first row of the result set.

这意味着后续SQL OPEN和CLOSE操作只是将游标重新定位到结果集的第一行。

Static cursors use a work table to store the complete result set of the cursor.

静态游标使用工作表来存储游标的完整结果集。