1
+ <!DOCTYPE html>
2
+
3
+ < html lang ="en ">
4
+ < head >
5
+ < meta charset ="utf-8 " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Overview: module code — firebird-lib 1.2.2 documentation</ title >
8
+ < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css " />
9
+ < link rel ="stylesheet " type ="text/css " href ="../_static/bootstrap-sphinx.css " />
10
+ < script data-url_root ="../ " id ="documentation_options " src ="../_static/documentation_options.js "> </ script >
11
+ < script src ="../_static/jquery.js "> </ script >
12
+ < script src ="../_static/underscore.js "> </ script >
13
+ < script src ="../_static/_sphinx_javascript_frameworks_compat.js "> </ script >
14
+ < script src ="../_static/doctools.js "> </ script >
15
+ < script src ="../_static/sphinx_highlight.js "> </ script >
16
+ < link rel ="index " title ="Index " href ="../genindex.html " />
17
+ < link rel ="search " title ="Search " href ="../search.html " />
18
+ < meta charset ='utf-8 '>
19
+ < meta http-equiv ='X-UA-Compatible ' content ='IE=edge,chrome=1 '>
20
+ < meta name ='viewport ' content ='width=device-width, initial-scale=1.0, maximum-scale=1 '>
21
+ < meta name ="apple-mobile-web-app-capable " content ="yes ">
22
+ < script type ="text/javascript " src ="../_static/js/jquery-1.12.4.min.js "> </ script >
23
+ < script type ="text/javascript " src ="../_static/js/jquery-fix.js "> </ script >
24
+ < script type ="text/javascript " src ="../_static/bootstrap-2.3.2/js/bootstrap.min.js "> </ script >
25
+ < script type ="text/javascript " src ="../_static/bootstrap-sphinx.js "> </ script >
26
+
27
+ </ head > < body >
28
+
29
+ < div id ="navbar " class ="navbar navbar-inverse navbar-fixed-top ">
30
+ < div class ="navbar-inner ">
31
+ < div class ="container ">
32
+ <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
33
+ < button class ="btn btn-navbar " data-toggle ="collapse " data-target =".nav-collapse ">
34
+ < span class ="icon-bar "> </ span >
35
+ < span class ="icon-bar "> </ span >
36
+ < span class ="icon-bar "> </ span >
37
+ </ button >
38
+
39
+ < a class ="brand " href ="../index.html ">
40
+ firebird-lib</ a >
41
+ < span class ="navbar-text pull-left "> < b > 1.2.2</ b > </ span >
42
+
43
+ < div class ="nav-collapse ">
44
+ < ul class ="nav ">
45
+ < li class ="divider-vertical "> </ li >
46
+
47
+ < li > < a href ="../usage-guide.html "> Usage Guide</ a > </ li >
48
+ < li > < a href ="../reference.html "> Reference</ a > </ li >
49
+ < li > < a href ="../genindex.html "> Index</ a > </ li >
50
+
51
+
52
+ < li class ="dropdown globaltoc-container ">
53
+ < a role ="button "
54
+ id ="dLabelGlobalToc "
55
+ data-toggle ="dropdown "
56
+ data-target ="# "
57
+ href ="../index.html "> Content < b class ="caret "> </ b > </ a >
58
+ < ul class ="dropdown-menu globaltoc "
59
+ role ="menu "
60
+ aria-labelledby ="dLabelGlobalToc "> < p class ="caption " role ="heading "> < span class ="caption-text "> Contents:</ span > </ p >
61
+ < ul >
62
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../usage-guide.html "> Usage Guide</ a > < ul >
63
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../usage-guide.html#working-with-database-schema "> Working with database schema</ a > < ul >
64
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#information-provided-by-schema "> Information provided by < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> Schema</ span > </ code > </ a > </ li >
65
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#metadata-objects "> Metadata objects</ a > </ li >
66
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#visitor-pattern-support "> Visitor Pattern support</ a > </ li >
67
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#index-5 "> Object dependencies</ a > </ li >
68
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#enhanced-list-of-objects "> Enhanced list of objects</ a > </ li >
69
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#sql-operations "> SQL operations</ a > </ li >
70
+ </ ul >
71
+ </ li >
72
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../usage-guide.html#working-with-user-privileges "> Working with user privileges</ a > </ li >
73
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../usage-guide.html#working-with-monitoring-tables "> Working with monitoring tables</ a > < ul >
74
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#information-provided-by-monitor "> Information provided by < code class ="xref py py-obj docutils literal notranslate "> < span class ="pre "> Monitor</ span > </ code > </ a > </ li >
75
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#activity-snapshot "> Activity snapshot</ a > </ li >
76
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#i-o-statistics "> I/O statistics</ a > </ li >
77
+ </ ul >
78
+ </ li >
79
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../usage-guide.html#processing-output-from-gstat-utility "> Processing output from gstat utility</ a > < ul >
80
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#parsing-gstat-output "> Parsing gstat output</ a > </ li >
81
+ </ ul >
82
+ </ li >
83
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../usage-guide.html#processing-firebird-server-log "> Processing Firebird server log</ a > < ul >
84
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#parsing-the-log "> Parsing the log</ a > </ li >
85
+ </ ul >
86
+ </ li >
87
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../usage-guide.html#processing-output-from-firebird-server-trace-sessions "> Processing output from Firebird server trace sessions</ a > < ul >
88
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../usage-guide.html#parsing-the-output-from-trace-session "> Parsing the output from trace session</ a > </ li >
89
+ </ ul >
90
+ </ li >
91
+ </ ul >
92
+ </ li >
93
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../reference.html "> Firebird-lib Reference</ a > < ul >
94
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../reference.html#package-modules "> Package modules</ a > < ul >
95
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../ref-schema.html "> firebird.lib.schema</ a > </ li >
96
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../ref-monitor.html "> firebird.lib.monitor</ a > </ li >
97
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../ref-trace.html "> firebird.lib.trace</ a > </ li >
98
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../ref-gstat.html "> firebird.lib.gstat</ a > </ li >
99
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../ref-log.html "> firebird.lib.log</ a > </ li >
100
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="../ref-logmsgs.html "> firebird.lib.logmsgs</ a > </ li >
101
+ </ ul >
102
+ </ li >
103
+ </ ul >
104
+ </ li >
105
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../changelog.html "> Changelog</ a > < ul >
106
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../changelog.html#version-1-2-2 "> Version 1.2.2</ a > </ li >
107
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../changelog.html#version-1-2-1 "> Version 1.2.1</ a > </ li >
108
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../changelog.html#version-1-2-0 "> Version 1.2.0</ a > </ li >
109
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../changelog.html#version-1-0-1 "> Version 1.0.1</ a > </ li >
110
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../changelog.html#version-1-0-0 "> Version 1.0.0</ a > </ li >
111
+ </ ul >
112
+ </ li >
113
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../license.html "> License</ a > </ li >
114
+ </ ul >
115
+ </ ul >
116
+ </ li >
117
+
118
+ < li class ="dropdown ">
119
+ < a role ="button "
120
+ id ="dLabelLocalToc "
121
+ data-toggle ="dropdown "
122
+ data-target ="# "
123
+ href ="# "> Page < b class ="caret "> </ b > </ a >
124
+ < ul class ="dropdown-menu localtoc "
125
+ role ="menu "
126
+ aria-labelledby ="dLabelLocalToc "> </ ul >
127
+ </ li >
128
+
129
+
130
+
131
+
132
+
133
+
134
+ </ ul >
135
+
136
+
137
+
138
+ < form class ="navbar-form navbar-right " action ="../search.html " method ="get ">
139
+ < div class ="form-group ">
140
+ < input type ="text " name ="q " class ="form-control " placeholder ="Search " />
141
+ </ div >
142
+ < input type ="hidden " name ="check_keywords " value ="yes " />
143
+ < input type ="hidden " name ="area " value ="default " />
144
+ </ form >
145
+
146
+ </ div >
147
+ </ div >
148
+ </ div >
149
+ </ div >
150
+
151
+ < div class ="container ">
152
+ < div class ="row ">
153
+ < div class ="body span12 content " role ="main ">
154
+
155
+ < h1 > All modules for which code is available</ h1 >
156
+ < ul > < li > < a href ="firebird/lib/gstat.html "> firebird.lib.gstat</ a > </ li >
157
+ < li > < a href ="firebird/lib/log.html "> firebird.lib.log</ a > </ li >
158
+ < li > < a href ="firebird/lib/logmsgs.html "> firebird.lib.logmsgs</ a > </ li >
159
+ < li > < a href ="firebird/lib/monitor.html "> firebird.lib.monitor</ a > </ li >
160
+ < li > < a href ="firebird/lib/schema.html "> firebird.lib.schema</ a > </ li >
161
+ < li > < a href ="firebird/lib/trace.html "> firebird.lib.trace</ a > </ li >
162
+ </ ul >
163
+
164
+ </ div >
165
+
166
+ </ div >
167
+ </ div >
168
+ < footer class ="footer ">
169
+ < div class ="container ">
170
+ < p class ="pull-right ">
171
+ < a href ="# "> Back to top</ a >
172
+
173
+ </ p >
174
+ < p >
175
+ © Copyright 2020-2022, The Firebird Project.< br />
176
+ Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 5.2.3.< br />
177
+ </ p >
178
+ </ div >
179
+ </ footer >
180
+ </ body >
181
+ </ html >
0 commit comments