In computer jargon, an on-screen representation of position:

  1. A blinking rectangle, line, box, beam or arrow that indicates the current editing point in a document.
  2. An arrow, hand, or cross that indicates the current "location" of the mouse.
In SQL database systems, a "cursor" refers to a mechanism for retrieving data from the "current record" of a table. Recordset-type methods can be used with this such as "move to next record", "move to first record", etc.

From a SQL purist point of view, using this approach should be avoided. The SQL interpreter/optimizer should be allowed to do its job of providing efficient retrieval of the data that is sought, and an application's SQL queries should be written to retrieve exactly the data that is required, no more, no less.

See also: iterator (thanks StrawberryFrog)

Cur"sor (k?r"s?r), n. [L., a runner. See Cursitor.]

Any part of a mathematical instrument that moves or slides backward and forward upon another part.

 

© Webster 1913.

Log in or register to write something here or to contact authors.