File: schema.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 (18 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
var schema =
[
    [ "Tables, rows and columns", "schema.html#schema_intro", null ],
    [ "Column types", "schema.html#schema_column_types", null ],
    [ "Format types", "schema.html#schema_format_types", null ],
    [ "Key and value formats", "schema.html#schema_key_and_value_formats", null ],
    [ "Cursor formats", "schema.html#schema_cursor_formats", null ],
    [ "Columns", "schema.html#schema_columns", null ],
    [ "Column groups", "schema.html#schema_column_groups", null ],
    [ "Indices", "schema.html#schema_indices", null ],
    [ "Immutable indices", "schema.html#schema_index_immutable", null ],
    [ "Index cursor projections", "schema.html#schema_index_projections", null ],
    [ "Code samples", "schema.html#schema_examples", null ],
    [ "Key/Value pairs", "keyvalue.html", null ],
    [ "Packing and Unpacking Data", "packing.html", [
      [ "Code samples", "packing.html#config_examples", null ]
    ] ]
];