|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /usr/share/doc/db4-devel-4.7.25/api_c/ |
Upload File : |
<!--$Id: dbc_list.so,v 1.1 2002/08/30 20:00:49 bostic Exp $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB: Berkeley DB: Database Cursors and Related Methods</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> </head> <body bgcolor=white> <p align=center><b>Berkeley DB: Database Cursors and Related Methods</b></p> <!--$Id: m4.methods,v 1.5 2007/05/08 21:37:19 bostic Exp $--> <table border=1 align=center> <tr><th>Database Cursors and Related Methods</th><th>Description</th></tr> <!--Db::cursor--><tr><td><a href="../../db4-devel-4.7.25/api_c/db_cursor.html">DB->cursor</a></td><td>Create a cursor</td></tr> <!--DbCursor::close--><tr><td><a href="../../db4-devel-4.7.25/api_c/dbc_close.html">DBcursor->close</a></td><td>Close a cursor</td></tr> <!--DbCursor::count--><tr><td><a href="../../db4-devel-4.7.25/api_c/dbc_count.html">DBcursor->count</a></td><td>Return count of duplicates</td></tr> <!--DbCursor::del--><tr><td><a href="../../db4-devel-4.7.25/api_c/dbc_del.html">DBcursor->del</a></td><td>Delete by cursor</td></tr> <!--DbCursor::dup--><tr><td><a href="../../db4-devel-4.7.25/api_c/dbc_dup.html">DBcursor->dup</a></td><td>Duplicate a cursor</td></tr> <!--DbCursor::get--><tr><td><a href="../../db4-devel-4.7.25/api_c/dbc_get.html">DBcursor->get</a>, <a href="../../db4-devel-4.7.25/api_c/dbc_get.html">DBcursor->pget</a></td><td>Retrieve by cursor</td></tr> <!--DbCursor::put--><tr><td><a href="../../db4-devel-4.7.25/api_c/dbc_put.html">DBcursor->put</a></td><td>Store by cursor</td></tr> <!--DbCursor::set_priority--><tr><td><a href="../../db4-devel-4.7.25/api_c/dbc_set_priority.html">DBcursor->set_priority</a></td><td>Set the cursor's cache priority</td></tr> </table> <p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font> </body> </html>