青年中文青年中文

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).