cursor update的意思|示意

美 / / 英 / /

游标更新


cursor update的网络常见释义

光标更新 ... cursor control 光标控制器 cursor control key 光标控制键 cursor update 光标更新 ...

详细翻译 详细翻译>> cursor update 光标更新..

cursor update相关短语

1、 update cursor 更新游标

2、 Cursor For Update 如何写游标内部更新

3、 cursor r update 光标更新

cursor update相关例句

The key is that the SQL statement in the prepared statement references the current position of the cursor, so you can execute it multiple times and update different rows.

关键是准备好的语句中的sql语句会引用游标的当前位置,所以您可以多次执行它,并更新不同的行。

The cursor library emulates positioned update support by doing a searched update on the unchanging fields.

资料指标程序库会在未变更栏位上制作一个已查询的更新,以模拟定位更新支援。

The naive approach USES a cursor to scan the table and execute a positioned update statement for each row.

初级的方法是使用一个游标对表进行扫描,并为每一行执行一个定位的更新语句。

When it detects a potential update target, the federated system avoids using the block fetch feature in order to maintain the remote cursor position.

当检测到一个潜在的更新目标时,联邦系统避免使用块读取特性,以维护远程游标的位置。

For example, you can loop through projects and update their statuses based on the current cursor position (see Listing 5).

例如,您可以遍历项目,并基于当前游标位置更新其状态(参见清单5)。

All of this is fine, but the real value of directly manipulating a cursor is the ability to update the database at a particular position.

上述这些游标都很有用,但是,直接操纵游标的实际价值在于在特定位置更新数据库的能力。