DB->cursor |
#include <db.h>int DB->cursor(DB *db, DB_TXN *txnid, DBC **cursorp, u_int32_t flags);
The DB->cursor method returns a non-zero error value on failure and 0 on success.
The DB->cursor method may fail and return one of the following non-zero errors:
Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.