4
4
< head >
5
5
< meta charset ="utf-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > firebird.driver.hooks — firebird-driver 1.5.2 documentation</ title >
7
+ < title > firebird.driver.hooks — firebird-driver 1.9.0 documentation</ title >
8
8
< link rel ="stylesheet " type ="text/css " href ="../../../_static/pygments.css " />
9
9
< link rel ="stylesheet " type ="text/css " href ="../../../_static/bootstrap-sphinx.css " />
10
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
11
< script src ="../../../_static/doctools.js "> </ script >
15
12
< script src ="../../../_static/sphinx_highlight.js "> </ script >
16
13
< link rel ="index " title ="Index " href ="../../../genindex.html " />
38
35
39
36
< a class ="brand " href ="../../../index.html ">
40
37
firebird-driver</ a >
41
- < span class ="navbar-text pull-left "> < b > 1.5.2 </ b > </ span >
38
+ < span class ="navbar-text pull-left "> < b > 1.9.0 </ b > </ span >
42
39
43
40
< div class ="nav-collapse ">
44
41
< ul class ="nav ">
168
165
</ ul >
169
166
</ li >
170
167
< li class ="toctree-l1 "> < a class ="reference internal " href ="../../../changelog.html "> Changelog</ a > < ul >
168
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../../../changelog.html#version-1-9-0 "> Version 1.9.0</ a > </ li >
169
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../../../changelog.html#version-1-8-0 "> Version 1.8.0</ a > </ li >
170
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../../../changelog.html#version-1-7-0 "> Version 1.7.0</ a > </ li >
171
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="../../../changelog.html#version-1-6-0 "> Version 1.6.0</ a > </ li >
171
172
< li class ="toctree-l2 "> < a class ="reference internal " href ="../../../changelog.html#version-1-5-2 "> Version 1.5.2</ a > </ li >
172
173
< li class ="toctree-l2 "> < a class ="reference internal " href ="../../../changelog.html#version-1-5-1 "> Version 1.5.1</ a > </ li >
173
174
< li class ="toctree-l2 "> < a class ="reference internal " href ="../../../changelog.html#version-1-5-0 "> Version 1.5.0</ a > < ul >
@@ -281,12 +282,12 @@ <h1>Source code for firebird.driver.hooks</h1><div class="highlight"><pre>
281
282
< span class ="kn "> from</ span > < span class ="nn "> firebird.base.hooks</ span > < span class ="kn "> import</ span > < span class ="n "> register_class</ span > < span class ="p "> ,</ span > < span class ="n "> get_callbacks</ span > < span class ="p "> ,</ span > < span class ="n "> add_hook</ span > < span class ="p "> ,</ span > < span class ="n "> hook_manager</ span >
282
283
283
284
< div class ="viewcode-block " id ="APIHook "> < a class ="viewcode-back " href ="../../../ref-hooks.html#firebird.driver.hooks.APIHook "> [docs]</ a > < span class ="k "> class</ span > < span class ="nc "> APIHook</ span > < span class ="p "> (</ span > < span class ="n "> Enum</ span > < span class ="p "> ):</ span >
284
- < span class ="sd "> """Firebird API hooks.</ span >
285
+ < span class =" w " > </ span > < span class ="sd "> """Firebird API hooks.</ span >
285
286
< span class ="sd "> """</ span >
286
287
< span class ="n "> LOADED</ span > < span class ="o "> =</ span > < span class ="n "> auto</ span > < span class ="p "> ()</ span > </ div >
287
288
288
289
< div class ="viewcode-block " id ="ConnectionHook "> < a class ="viewcode-back " href ="../../../ref-hooks.html#firebird.driver.hooks.ConnectionHook "> [docs]</ a > < span class ="k "> class</ span > < span class ="nc "> ConnectionHook</ span > < span class ="p "> (</ span > < span class ="n "> Enum</ span > < span class ="p "> ):</ span >
289
- < span class ="sd "> """Connection hooks.</ span >
290
+ < span class =" w " > </ span > < span class ="sd "> """Connection hooks.</ span >
290
291
< span class ="sd "> """</ span >
291
292
< span class ="n "> ATTACH_REQUEST</ span > < span class ="o "> =</ span > < span class ="n "> auto</ span > < span class ="p "> ()</ span >
292
293
< span class ="n "> ATTACHED</ span > < span class ="o "> =</ span > < span class ="n "> auto</ span > < span class ="p "> ()</ span >
@@ -295,7 +296,7 @@ <h1>Source code for firebird.driver.hooks</h1><div class="highlight"><pre>
295
296
< span class ="n "> DROPPED</ span > < span class ="o "> =</ span > < span class ="n "> auto</ span > < span class ="p "> ()</ span > </ div >
296
297
297
298
< div class ="viewcode-block " id ="ServerHook "> < a class ="viewcode-back " href ="../../../ref-hooks.html#firebird.driver.hooks.ServerHook "> [docs]</ a > < span class ="k "> class</ span > < span class ="nc "> ServerHook</ span > < span class ="p "> (</ span > < span class ="n "> Enum</ span > < span class ="p "> ):</ span >
298
- < span class ="sd "> """Server hooks.</ span >
299
+ < span class =" w " > </ span > < span class ="sd "> """Server hooks.</ span >
299
300
< span class ="sd "> """</ span >
300
301
< span class ="n "> ATTACHED</ span > < span class ="o "> =</ span > < span class ="n "> auto</ span > < span class ="p "> ()</ span > </ div >
301
302
</ pre > </ div >
@@ -311,8 +312,8 @@ <h1>Source code for firebird.driver.hooks</h1><div class="highlight"><pre>
311
312
312
313
</ p >
313
314
< p >
314
- © Copyright 2020-2022 , The Firebird Project.< br />
315
- Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 5.2.3 .< br />
315
+ © Copyright 2020-2023 , The Firebird Project.< br />
316
+ Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 7.0.1 .< br />
316
317
</ p >
317
318
</ div >
318
319
</ footer >
0 commit comments