K

   

keyset-driven cursor

keyset-driven cursor

A cursor based on the use of keys or pointers to database rows where membership is static, but data is dynamic. That is, once a keyset is completed based on a SQL query, no additional rows are added to or deleted from the keyset when other users add or remove rows in the database. When data values change in the database, those changes are visible to all open keyset-driven cursors.