Chapter 18: Cursors: Accessing Data  Sensitivity and scrollability

Chapter 18: Cursors: Accessing Data

How cursors work

“Cursor” is a symbolic name associated with a select statement. A cursor consists of the following parts:

The cursor position indicates the current row of the cursor. With an updatable cursor, you can explicitly modify or delete that row using update or delete statements, with a clause naming the cursor.

Two attributes specify the cursor’s behavior:





Copyright © 2005. Sybase Inc. All rights reserved. Sensitivity and scrollability

View this book as PDF