Subject | English | Chinese simplified |
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 | 块状光标 (An on-screen cursor that has the same width and height in pixels as a text-mode character cell. A block cursor is used in text-based applications, especially as the mouse pointer when a mouse is installed in the system) |
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., MS | cursor data type | 光标数据类型 (A special data type used to reference a cursor) |
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., MS | cursor library | 游标库 (A part of the ODBC and DB-Library application programming interfaces (APIs) that implements client cursors) |
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., 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) |