1<!--$Id: dbc_list.so,v 1.1 2002/08/30 20:00:49 bostic Exp $-->
2<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
3<!--See the file LICENSE for redistribution information.-->
4<html>
5<head>
6<title>Berkeley DB: Berkeley DB: Database Cursors and Related Methods</title>
7<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
8<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
9</head>
10<body bgcolor=white>
11<p align=center><b>Berkeley DB: Database Cursors and Related Methods</b></p>
12<!--$Id: m4.methods,v 1.5 2007/05/08 21:37:19 bostic Exp $-->
13<table border=1 align=center>
14<tr><th>Database Cursors and Related Methods</th><th>Description</th></tr>
15<!--Db::cursor--><tr><td><a href="/api_c/db_cursor.html">DB-&gt;cursor</a></td><td>Create a cursor</td></tr>
16<!--DbCursor::close--><tr><td><a href="/api_c/dbc_close.html">DBcursor-&gt;close</a></td><td>Close a cursor</td></tr>
17<!--DbCursor::count--><tr><td><a href="/api_c/dbc_count.html">DBcursor-&gt;count</a></td><td>Return count of duplicates</td></tr>
18<!--DbCursor::del--><tr><td><a href="/api_c/dbc_del.html">DBcursor-&gt;del</a></td><td>Delete by cursor</td></tr>
19<!--DbCursor::dup--><tr><td><a href="/api_c/dbc_dup.html">DBcursor-&gt;dup</a></td><td>Duplicate a cursor</td></tr>
20<!--DbCursor::get--><tr><td><a href="/api_c/dbc_get.html">DBcursor-&gt;get</a>, <a href="/api_c/dbc_get.html">DBcursor-&gt;pget</a></td><td>Retrieve by cursor</td></tr>
21<!--DbCursor::put--><tr><td><a href="/api_c/dbc_put.html">DBcursor-&gt;put</a></td><td>Store by cursor</td></tr>
22<!--DbCursor::set_priority--><tr><td><a href="/api_c/dbc_set_priority.html">DBcursor-&gt;set_priority</a></td><td>Set the cursor's cache priority</td></tr>
23</table>
24<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
25</body>
26</html>
27