Subject | English | Czech |
comp., MS | API server cursor | serverový kurzor podporující rozhraní 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 | client cursor | klientský kurzor (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 | rychlost blikání kurzoru (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 | kurzorový datový typ (A special data type used to reference a cursor) |
comp., MS | cursor degradation | degradace kurzoru (The return of a different type of cursor than the user had declared) |
comp., MS | cursor key | kurzorová klávesa (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 | knihovna kurzorů (A part of the ODBC and DB-Library application programming interfaces (APIs) that implements client cursors) |
comp., MS | dynamic cursor | dynamický kurzor (A cursor that can reflect data modifications made to the underlying data while the cursor is open) |
comp., MS | forward-only cursor | dopředný kurzor (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 | implicitní převod kurzoru (The return of a different type of cursor than the user had declared) |
comp., MS | insensitive cursor | neaktualizující kurzor (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 | kurzor řízený sadou klíčů (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 | kontextový kurzor (A cursor that can reflect data modifications made to underlying data by other users while the cursor is open) |
comp., MS | server cursor | serverový kurzor (A cursor implemented on the server) |
comp., MS | static cursor | statický kurzor (A cursor that shows the result set exactly as it was at the time the cursor was opened) |