1m4_comment([$Id: m4.methods,v 1.5 2007/05/08 21:37:19 bostic Exp $])
2
3m4_table_begin(, _center)
4
5m4_table_header(Database Cursors and Related Methods, Description)
6m4_comment([Db::cursor])m4_table_element(m4_ref(dbh_cursor), Create a cursor)
7m4_comment([DbCursor::close])m4_table_element(m4_ref(dbc_close), Close a cursor)
8m4_comment([DbCursor::count])m4_table_element(m4_ref(dbc_count), Return count of duplicates)
9m4_comment([DbCursor::del])m4_table_element(m4_ref(dbc_del), Delete by cursor)
10m4_comment([DbCursor::dup])m4_table_element(m4_ref(dbc_dup), Duplicate a cursor)
11m4_comment([DbCursor::get])m4_table_element([m4_ref(dbc_get), m4_ref(dbc_pget)], Retrieve by cursor)
12m4_comment([DbCursor::put])m4_table_element(m4_ref(dbc_put), Store by cursor)
13m4_comment([DbCursor::set_priority])m4_table_element(m4_ref(dbc_set_priority), Set the cursor's cache priority)
14
15m4_table_end
16