Berkeley DB: Database Cursors and Related Methods

Database Cursors and Related MethodsDescription
DB->cursorCreate a cursor handle
DBcursor->c_closeClose a cursor
DBcursor->c_countReturn count of duplicates
DBcursor->c_delDelete by cursor
DBcursor->c_dupDuplicate a cursor
DBcursor->c_getRetrieve by cursor
DBcursor->c_pgetRetrieve by cursor
DBcursor->c_putStore by cursor

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.