File: cursors.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 (17 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
var cursors =
[
    [ "Cursor types", "cursors.html#cursor_types", null ],
    [ "Projections", "cursors.html#cursor_projections", null ],
    [ "Cursors and Transactions", "cursors.html#cursors_transactions", null ],
    [ "Cursors and Eviction", "cursors.html#cursors_eviction", null ],
    [ "Raw mode", "cursors.html#cursor_raw", null ],
    [ "Reading WiredTiger Metadata", "cursors.html#metadata", null ],
    [ "Cursor operations", "cursor_ops.html", "cursor_ops" ],
    [ "Data Sources", "data_sources.html", [
      [ "Builtin data sources", "data_sources.html#data_builtin", [
        [ "Raw Files", "data_sources.html#data_files", null ],
        [ "Table Index data", "data_sources.html#data_indices", null ],
        [ "Statistics Data", "data_sources.html#data_statistics", null ]
      ] ]
    ] ]
];