DBCursor is modeled after
the PL/SQL Cursor. DBCursor offers more features than the
standard PL/SQL Cursor.
DBCursor allows you to move
through records in either direction (forward or backward),
move to a specific record number, count the number of records
in a cursor, and more.