File: cursor_ops.js

package info (click to toggle)
wiredtiger 3.2.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 25,456 kB
  • sloc: ansic: 102,922; python: 52,573; sh: 6,915; java: 6,130; cpp: 2,311; makefile: 1,018; xml: 176
file content (10 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
var cursor_ops =
[
    [ "Opening a cursor", "cursor_ops.html#cursor_opening", null ],
    [ "Closing a cursor", "cursor_ops.html#cursor_closing", null ],
    [ "Positioning a cursor", "cursor_ops.html#cursor_position", null ],
    [ "Inserting and updating", "cursor_ops.html#cursor_writes", null ],
    [ "Cursor position after error", "cursor_ops.html#cursor_error", null ],
    [ "Cursor key/value memory scoping", "cursor_ops.html#cursor_memory_scoping", null ],
    [ "Cursor random", "cursor_random.html", null ]
];