Import BSDDB 4.7.25 (as of svn r89086)
This commit is contained in:
15
docs_src/dbc/m4.methods
Normal file
15
docs_src/dbc/m4.methods
Normal file
@@ -0,0 +1,15 @@
|
||||
m4_comment([$Id: m4.methods,v 1.5 2007/05/08 21:37:19 bostic Exp $])
|
||||
|
||||
m4_table_begin(, _center)
|
||||
|
||||
m4_table_header(Database Cursors and Related Methods, Description)
|
||||
m4_comment([Db::cursor])m4_table_element(m4_ref(dbh_cursor), Create a cursor)
|
||||
m4_comment([DbCursor::close])m4_table_element(m4_ref(dbc_close), Close a cursor)
|
||||
m4_comment([DbCursor::count])m4_table_element(m4_ref(dbc_count), Return count of duplicates)
|
||||
m4_comment([DbCursor::del])m4_table_element(m4_ref(dbc_del), Delete by cursor)
|
||||
m4_comment([DbCursor::dup])m4_table_element(m4_ref(dbc_dup), Duplicate a cursor)
|
||||
m4_comment([DbCursor::get])m4_table_element([m4_ref(dbc_get), m4_ref(dbc_pget)], Retrieve by cursor)
|
||||
m4_comment([DbCursor::put])m4_table_element(m4_ref(dbc_put), Store by cursor)
|
||||
m4_comment([DbCursor::set_priority])m4_table_element(m4_ref(dbc_set_priority), Set the cursor's cache priority)
|
||||
|
||||
m4_table_end
|
||||
Reference in New Issue
Block a user