home *** CD-ROM | disk | FTP | other *** search
- /*
- ** cursors.h
- ** Database Kit, Release 3.0
- ** Copyright (c) 1992, NeXT Computer, Inc. All rights reserved.
- */
-
- @protocol DBCursorPositioning
-
- - setFirst;
- - setNext;
- - setPrevious;
- - setLast;
-
- - setTo:(unsigned)aPosition;
- - (unsigned)currentPosition;
-
- @end
-