Subject | English | Japanese |
comp. | n addressable cursor | アドレス可能カーソル |
comp., MS | API server cursor | API サーバー カーソル (A server cursor that is built to support the cursor functions of an API, such as ODBC, OLE DB, ADO, and DB-Library) |
comp., MS | block cursor | ブロック カーソル (A cursor with a rowset size greater than 1) |
comp., MS | client cursor | クライアント カーソル (A cursor that is implemented on the client. The entire result set is first transferred to the client, and the client API software implements the cursor functionality from this cached result set) |
comp., MS | cursor blink rate | カーソルの点滅の速さ (The rate at which the cursor indicating the active insertion point in a text window, or other display element, flashes on and off) |
comp. | n cursor control key | カーソル・コントロール・キー |
comp. | n cursor control key | カーソル移動キー |
comp. | n cursor control key | カーソルコントロールキー |
comp., MS | cursor degradation | カーソルの下位変換 (The return of a different type of cursor than the user had declared) |
comp., MS | cursor key | 方向キー (Any of four keys labeled with arrows pointing up, down, left, and right, used to move the cursor vertically or horizontally on the display screen or, in some programs, to extend the highlight) |
comp. | n cursor keys | カーソル・キー |
comp. | n cursor keys | カーソルキー |
comp., MS | cursor library | カーソル ライブラリ (A part of the ODBC and DB-Library application programming interfaces (APIs) that implements client cursors) |
gen. | n cursored emphasis | カーソル強調 |
comp. | n diamond cursor | ダイヤモンド・カーソル |
comp. | n diamond cursor | ダイヤモンドカーソル |
comp., MS | dynamic cursor | 動的カーソル (A cursor that can reflect data modifications made to the underlying data while the cursor is open) |
comp., MS | forward-only cursor | 順方向専用カーソル (A cursor that cannot be scrolled; rows can be read only in sequence from the first row to the last row) |
comp., MS | implicit cursor conversion | 暗黙のカーソル変換 (The return of a different type of cursor than the user had declared) |
comp., MS | insensitive cursor | 非反映型カーソル (A cursor that does not reflect data modification made to the underlying data by other users while the cursor is open) |
comp., MS | keyset-driven cursor | キーセット ドリブン カーソル (A cursor that shows the effects of updates made to its member rows by other users while the cursor is open, but does not show the effects of inserts or deletes) |
comp. | n location cursor | 位置カーソル |
comp. | n mouse cursor | マウス・カーソル |
comp. | n mouse cursor | マウスカーソル |
comp., MS | sensitive cursor | 反映型カーソル (A cursor that can reflect data modifications made to underlying data by other users while the cursor is open) |
comp., MS | server cursor | サーバー カーソル (A cursor implemented on the server) |
comp., MS | static cursor | 静的カーソル (A cursor that shows the result set exactly as it was at the time the cursor was opened) |