1esedbinfo                            LOCAL                           esedbinfo
2

NAME

4     esedbinfo — determines information about an Extensible Storage Engine
5     (ESE) Database File (EDB)
6

SYNOPSIS

8     esedbinfo [-hvV] source
9

DESCRIPTION

11     esedbinfo is a utility to determine information about an Extensible Stor‐
12     age Engine (ESE) Database File (EDB)
13
14     esedbinfo is part of the libesedb package.  libesedb is a library to
15     access the Extensible Storage Engine (ESE) Database File (EDB) format
16
17     source is the source file.
18
19     The options are as follows:
20
21     -h      shows this help
22
23     -v      verbose output to stderr
24
25     -V      print version
26

ENVIRONMENT

28     None
29

FILES

31     None
32

EXAMPLES

34     # esedbinfo Windows.edb
35     esedbinfo 20110114
36
37     Extensible Storage Engine Database information:
38             File type:              Database
39             Created in format:      0x620,12
40             Current format:         0x620,12
41             Page size:              8192 bytes
42
43     Catalog content:
44             Amount of tables:       15
45
46     Table: 1                        MSysObjects (2)
47             Amount of columns:      22
48             Column: 1               ObjidTable (1)
49             Column: 2               Type (2)
50             Column: 3               Id (3)
51             Column: 4               ColtypOrPgnoFDP (4)
52             Column: 5               SpaceUsage (5)
53             Column: 6               Flags (6)
54             Column: 7               PagesOrLocale (7)
55             Column: 8               RootFlag (8)
56             Column: 9               RecordOffset (9)
57             Column: 10              LCMapFlags (10)
58             Column: 11              KeyMost (11)
59             Column: 12              Name (128)
60             Column: 13              Stats (129)
61             Column: 14              TemplateTable (130)
62             Column: 15              DefaultValue (131)
63             Column: 16              KeyFldIDs (132)
64             Column: 17              VarSegMac (133)
65             Column: 18              ConditionalColumns (134)
66             Column: 19              TupleLimits (135)
67             Column: 20              Version (136)
68             Column: 21              CallbackData (256)
69             Column: 22              CallbackDependencies (257)
70
71             Amount of indexes:      3
72             Index: 1                Id (2)
73             Index: 2                Name (4)
74             Index: 3                RootObjects (5)
75
76     Table: 2                        MSysObjectsShadow (3)
77           ...
78
79

DIAGNOSTICS

81     Errors, verbose and debug output are printed to stderr when verbose out‐
82     put -v is enabled.  Verbose and debug output are only printed when
83     enabled at compilation.
84

BUGS

86     Please report bugs of any kind to <joachim.metz@gmail.com> or on the
87     project website: https://github.com/libyal/libesedb/
88

AUTHOR

90     These man pages were written by Joachim Metz.
91
93     Copyright 2009-2013, Joachim Metz <joachim.metz@gmail.com>.
94

SEE ALSO

96libesedb                        April 14, 2013                        libesedb
Impressum