Cursors: BerkeleyDB Database Operations and Methods

Description Details Value Author(s) References

Description

Low-level calls to the BerkeleyDB API. These functions simply wrap most of the DB functionality and expose it at the level.

Details

Documentation on usage, valid arguments, and flags from the official Oracle C API should be all that is required to correctly use this API.

Database Cursors Description
db_cursor Create a cursor
dbcursor_close Close a cursor
dbcursor_count Return count of duplicates
dbcursor_del Delete by cursor
dbcursor_dup Duplicate a cursor
dbcursor_get Retrieve by cursor
dbcursor_pget Retrieve by cursor
dbcursor_put Store by cursor
dbcursor_set_priority Set the cursor's cache priority

The user should refer to the official API documentation for the Berkeley DB database available from Oracle.

Value

Varies by function call.

Author(s)

Jeffrey A. Ryan for the R API

References

Oracle Berkeley DB
http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

Oracle Berkeley DB C API
http://docs.oracle.com/cd/E17076_04/html/gsg/C/index.html

Oracle Berkeley DB Reference Guide
http://docs.oracle.com/cd/E17076_04/html/index.html


hrbrmstr/RBerkeley documentation built on May 17, 2019, 4:54 p.m.