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 a non-zero error for the following conditions:
![]() ![]() |
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.