cursor stability信息详情

cursor stability发音

意思翻译

光标稳定性

相似词语短语

cursor───n.光标;(计算尺的)[计]游标,指针

stability───n.稳定性;坚定,恒心

methylal stability───甲缩醛稳定性

cursor io───光标io

stability help───稳定性帮助

gyroscopic stability───[力]陀螺稳定性

flinch stability───畏缩稳定性

postural stability───位置稳定

cursor game───光标游戏

双语使用场景

That is because the export utility is bound with the cursor stability (CS) isolation level (for a description of the DB2 isolation levels, see the sidebar).───这是因为export工具被绑定为具有游标稳定性(CS)隔离级别(有关DB 2隔离级别的描述,请参阅侧栏)。

There is not much to be said about this query other than the fact that it is the only query that can run with a cursor stability isolation level.───关于这个查询没有很多要讲的,只有一点:该查询是惟一可以以curs or stability隔离级别运行的查询。

I've always thought that READ_COMMITTED (DB2 calls it Cursor Stability (CS)) meant that you do NOT lock on reads, and that you only read the committed data.───我一直认为read_committed (DB 2调用游标稳定性(CS))意味着你不锁上读,那你只能读提交的数据。

Cursor stability ensures that applications using cursors do not introduce inconsistencies into the data in the database.───游标稳定性可以确保使用游标的应用程序不会导致数据库中的数据出现不一致。

Use the Cursor Stability isolation level when possible to decrease the number of share locks held.───当有可能减少所持有共享锁的数量时,可以使用游标稳定性(CursorStability)隔离级别。

When the isolation level is cursor stability, the lock is released as the cursor moves from row to row.───隔离级别是游标稳定性时,当游标在行间移动时就会释放锁。

DB2 maps this to its Cursor Stability isolation level.───DB2将此映射为光标稳定性(CursorStability)隔离级。

Cursor stability ensures that no other transactions can modify information that is contained in the present row of your cursor.───游标稳定性可以确保任何其它事务都不能对游标的当前行中包含的信息进行修改。

Any isolation level 1 cursor stability locks still apply to the cursor while the CLOSE cursor-name database request is queued.───在CLOSEcursor-name数据库请求排队时,任何隔离级别为1的游标稳定性锁仍然应用于该游标。

英语使用场景

Supports table and row level locking and 4 isolation levels, RR (repeatable read), RS (read stability), CS (default - cursor stability) and UR (uncommitted read).