cppcheck-py 2.9__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. cppcheck/__init__.py +55 -0
  2. cppcheck/cppcheck-2.9.tar.gz +0 -0
  3. cppcheck/data/addons/__init__.py +0 -0
  4. cppcheck/data/addons/cppcheck.py +39 -0
  5. cppcheck/data/addons/cppcheckdata.py +1529 -0
  6. cppcheck/data/addons/findcasts.py +33 -0
  7. cppcheck/data/addons/misc.py +163 -0
  8. cppcheck/data/addons/misra.py +4728 -0
  9. cppcheck/data/addons/misra_9.py +513 -0
  10. cppcheck/data/addons/naming.py +91 -0
  11. cppcheck/data/addons/namingng.py +253 -0
  12. cppcheck/data/addons/runaddon.py +12 -0
  13. cppcheck/data/addons/threadsafety.py +39 -0
  14. cppcheck/data/addons/y2038.py +252 -0
  15. cppcheck/data/cfg/avr.cfg +431 -0
  16. cppcheck/data/cfg/bento4.cfg +142 -0
  17. cppcheck/data/cfg/boost.cfg +1268 -0
  18. cppcheck/data/cfg/bsd.cfg +546 -0
  19. cppcheck/data/cfg/cairo.cfg +88 -0
  20. cppcheck/data/cfg/cppcheck-lib.cfg +72 -0
  21. cppcheck/data/cfg/cppunit.cfg +48 -0
  22. cppcheck/data/cfg/daca.cfg +31 -0
  23. cppcheck/data/cfg/dpdk.cfg +11 -0
  24. cppcheck/data/cfg/embedded_sql.cfg +4 -0
  25. cppcheck/data/cfg/emscripten.cfg +7 -0
  26. cppcheck/data/cfg/ginac.cfg +12848 -0
  27. cppcheck/data/cfg/gnu.cfg +1626 -0
  28. cppcheck/data/cfg/googletest.cfg +60 -0
  29. cppcheck/data/cfg/gtk.cfg +20584 -0
  30. cppcheck/data/cfg/icu.cfg +6 -0
  31. cppcheck/data/cfg/kde.cfg +51 -0
  32. cppcheck/data/cfg/libcerror.cfg +128 -0
  33. cppcheck/data/cfg/libcurl.cfg +487 -0
  34. cppcheck/data/cfg/libsigc++.cfg +36 -0
  35. cppcheck/data/cfg/lua.cfg +316 -0
  36. cppcheck/data/cfg/mfc.cfg +256 -0
  37. cppcheck/data/cfg/microsoft_atl.cfg +40 -0
  38. cppcheck/data/cfg/microsoft_sal.cfg +491 -0
  39. cppcheck/data/cfg/microsoft_unittest.cfg +20 -0
  40. cppcheck/data/cfg/motif.cfg +318 -0
  41. cppcheck/data/cfg/nspr.cfg +38 -0
  42. cppcheck/data/cfg/ntl.cfg +6907 -0
  43. cppcheck/data/cfg/opencv2.cfg +132 -0
  44. cppcheck/data/cfg/opengl.cfg +580 -0
  45. cppcheck/data/cfg/openmp.cfg +157 -0
  46. cppcheck/data/cfg/openssl.cfg +174 -0
  47. cppcheck/data/cfg/pcre.cfg +165 -0
  48. cppcheck/data/cfg/posix.cfg +6252 -0
  49. cppcheck/data/cfg/python.cfg +674 -0
  50. cppcheck/data/cfg/qt.cfg +5255 -0
  51. cppcheck/data/cfg/ruby.cfg +142 -0
  52. cppcheck/data/cfg/sdl.cfg +354 -0
  53. cppcheck/data/cfg/sfml.cfg +301 -0
  54. cppcheck/data/cfg/sqlite3.cfg +1527 -0
  55. cppcheck/data/cfg/std.cfg +8716 -0
  56. cppcheck/data/cfg/tinyxml2.cfg +56 -0
  57. cppcheck/data/cfg/vcl.cfg +4 -0
  58. cppcheck/data/cfg/windows.cfg +17941 -0
  59. cppcheck/data/cfg/wxsqlite3.cfg +1955 -0
  60. cppcheck/data/cfg/wxsvg.cfg +16905 -0
  61. cppcheck/data/cfg/wxwidgets.cfg +16464 -0
  62. cppcheck/data/cfg/zlib.cfg +1450 -0
  63. cppcheck/data/cppcheck-htmlreport +986 -0
  64. cppcheck/data/cppcheck.exe +0 -0
  65. cppcheck/data/platforms/aix_ppc64.xml +17 -0
  66. cppcheck/data/platforms/arm32-wchar_t2.xml +17 -0
  67. cppcheck/data/platforms/arm32-wchar_t4.xml +17 -0
  68. cppcheck/data/platforms/arm64-wchar_t2.xml +17 -0
  69. cppcheck/data/platforms/arm64-wchar_t4.xml +17 -0
  70. cppcheck/data/platforms/avr8.xml +18 -0
  71. cppcheck/data/platforms/cray_sv1.xml +17 -0
  72. cppcheck/data/platforms/elbrus-e1cp.xml +18 -0
  73. cppcheck/data/platforms/mips32.xml +18 -0
  74. cppcheck/data/platforms/msp430_eabi_large_datamodel.xml +17 -0
  75. cppcheck/data/platforms/pic16.xml +18 -0
  76. cppcheck/data/platforms/pic8-enhanced.xml +18 -0
  77. cppcheck/data/platforms/pic8.xml +18 -0
  78. cppcheck/data/platforms/unix32-unsigned.xml +17 -0
  79. cppcheck/data/platforms/unix64-unsigned.xml +17 -0
  80. cppcheck_py-2.9.dist-info/METADATA +76 -0
  81. cppcheck_py-2.9.dist-info/RECORD +84 -0
  82. cppcheck_py-2.9.dist-info/WHEEL +5 -0
  83. cppcheck_py-2.9.dist-info/entry_points.txt +4 -0
  84. cppcheck_py-2.9.dist-info/licenses/LICENSE.md +191 -0
@@ -0,0 +1,1955 @@
1
+ <?xml version="1.0"?>
2
+ <def format="2">
3
+ <!-- wxString wxSQLite3Authorizer::AuthorizationCodeToString( wxSQLite3Authorizer::wxAuthorizationCode type ) -->
4
+ <function name="wxSQLite3Authorizer::AuthorizationCodeToString">
5
+ <noreturn>false</noreturn>
6
+ <leak-ignore/>
7
+ <returnValue type="wxString"/>
8
+ <pure/>
9
+ <arg nr="1" direction="in"/>
10
+ </function>
11
+ <!-- void wxSQLite3Blob::CheckBlob( void ) const -->
12
+ <function name="wxSQLite3Blob::CheckBlob">
13
+ <noreturn>false</noreturn>
14
+ <leak-ignore/>
15
+ <returnValue type="void"/>
16
+ <const/>
17
+ </function>
18
+ <!-- int wxSQLite3Blob::GetSize( void ) const -->
19
+ <function name="wxSQLite3Blob::GetSize">
20
+ <noreturn>false</noreturn>
21
+ <leak-ignore/>
22
+ <returnValue type="int"/>
23
+ <use-retval/>
24
+ <const/>
25
+ </function>
26
+ <!-- bool wxSQLite3Blob::IsOk( void ) const -->
27
+ <function name="wxSQLite3Blob::IsOk">
28
+ <noreturn>false</noreturn>
29
+ <leak-ignore/>
30
+ <returnValue type="bool"/>
31
+ <use-retval/>
32
+ <const/>
33
+ </function>
34
+ <!-- bool wxSQLite3Blob::IsReadOnly( void ) const -->
35
+ <function name="wxSQLite3Blob::IsReadOnly">
36
+ <noreturn>false</noreturn>
37
+ <leak-ignore/>
38
+ <returnValue type="bool"/>
39
+ <use-retval/>
40
+ <const/>
41
+ </function>
42
+ <!-- wxMemoryBuffer & wxSQLite3Blob::Read( wxMemoryBuffer & blobValue, int length, int offset ) const -->
43
+ <function name="wxSQLite3Blob::Read">
44
+ <noreturn>false</noreturn>
45
+ <leak-ignore/>
46
+ <returnValue type="wxMemoryBuffer &amp;"/>
47
+ <const/>
48
+ <arg nr="1" direction="inout"/>
49
+ <arg nr="2" direction="in">
50
+ <not-uninit/>
51
+ </arg>
52
+ <arg nr="3" direction="in">
53
+ <not-uninit/>
54
+ </arg>
55
+ </function>
56
+ <!-- void wxSQLite3Blob::Rebind( wxLongLong rowid ) -->
57
+ <function name="wxSQLite3Blob::Rebind">
58
+ <noreturn>false</noreturn>
59
+ <leak-ignore/>
60
+ <returnValue type="void"/>
61
+ <arg nr="1" direction="in"/>
62
+ </function>
63
+ <!-- void wxSQLite3Blob::Write( const wxMemoryBuffer & blobValue, int offset ) -->
64
+ <function name="wxSQLite3Blob::Write">
65
+ <noreturn>false</noreturn>
66
+ <leak-ignore/>
67
+ <returnValue type="void"/>
68
+ <arg nr="1" direction="in"/>
69
+ <arg nr="2" direction="in">
70
+ <not-uninit/>
71
+ </arg>
72
+ </function>
73
+ <!-- wxSQLite3CipherType wxSQLite3Cipher::GetCipher( wxSQLite3Database & db ) -->
74
+ <function name="wxSQLite3Cipher::GetCipher">
75
+ <noreturn>false</noreturn>
76
+ <leak-ignore/>
77
+ <returnValue type="wxSQLite3CipherType"/>
78
+ <use-retval/>
79
+ <pure/>
80
+ <arg nr="1" direction="inout"/>
81
+ </function>
82
+ <!-- wxSQLite3CipherType wxSQLite3Cipher::GetCipherDefault( wxSQLite3Database & db ) -->
83
+ <function name="wxSQLite3Cipher::GetCipherDefault">
84
+ <noreturn>false</noreturn>
85
+ <leak-ignore/>
86
+ <returnValue type="wxSQLite3CipherType"/>
87
+ <use-retval/>
88
+ <pure/>
89
+ <arg nr="1" direction="inout"/>
90
+ </function>
91
+ <!-- const wxString wxSQLite3Cipher::GetCipherName( wxSQLite3CipherType cipherType ) -->
92
+ <function name="wxSQLite3Cipher::GetCipherName">
93
+ <noreturn>false</noreturn>
94
+ <leak-ignore/>
95
+ <returnValue type="const wxString"/>
96
+ <pure/>
97
+ <arg nr="1" direction="in"/>
98
+ </function>
99
+ <!-- int wxSQLite3Cipher::GetCipherParameterMax( const wxString & cipherName, const wxString & paramName ) -->
100
+ <function name="wxSQLite3Cipher::GetCipherParameterMax">
101
+ <noreturn>false</noreturn>
102
+ <leak-ignore/>
103
+ <returnValue type="int"/>
104
+ <pure/>
105
+ <arg nr="1" direction="in"/>
106
+ <arg nr="2" direction="in"/>
107
+ </function>
108
+ <!-- int wxSQLite3Cipher::GetCipherParameterMin( const wxString & cipherName, const wxString & paramName ) -->
109
+ <function name="wxSQLite3Cipher::GetCipherParameterMin">
110
+ <noreturn>false</noreturn>
111
+ <leak-ignore/>
112
+ <returnValue type="int"/>
113
+ <pure/>
114
+ <arg nr="1" direction="in"/>
115
+ <arg nr="2" direction="in"/>
116
+ </function>
117
+ <!-- void * wxSQLite3Cipher::GetDatabaseHandle( wxSQLite3Database & db ) -->
118
+ <function name="wxSQLite3Cipher::GetDatabaseHandle">
119
+ <noreturn>false</noreturn>
120
+ <leak-ignore/>
121
+ <returnValue type="void *"/>
122
+ <pure/>
123
+ <arg nr="1" direction="inout"/>
124
+ </function>
125
+ <!-- wxSQLite3CipherType wxSQLite3Cipher::GetGlobalCipherDefault( void ) -->
126
+ <function name="wxSQLite3Cipher::GetGlobalCipherDefault">
127
+ <noreturn>false</noreturn>
128
+ <leak-ignore/>
129
+ <returnValue type="wxSQLite3CipherType"/>
130
+ <use-retval/>
131
+ <pure/>
132
+ </function>
133
+ <!-- int wxSQLite3Cipher::GetLegacyPageSize( void ) const -->
134
+ <function name="wxSQLite3Cipher::GetLegacyPageSize">
135
+ <noreturn>false</noreturn>
136
+ <leak-ignore/>
137
+ <returnValue type="int"/>
138
+ <use-retval/>
139
+ <const/>
140
+ </function>
141
+ <!-- bool wxSQLite3Cipher::InitializeFromCurrent( wxSQLite3Database & db ) -->
142
+ <function name="wxSQLite3Cipher::InitializeFromCurrent">
143
+ <noreturn>false</noreturn>
144
+ <leak-ignore/>
145
+ <returnValue type="bool"/>
146
+ <arg nr="1" direction="inout"/>
147
+ </function>
148
+ <!-- bool wxSQLite3Cipher::InitializeFromCurrentDefault( wxSQLite3Database & db ) -->
149
+ <function name="wxSQLite3Cipher::InitializeFromCurrentDefault">
150
+ <noreturn>false</noreturn>
151
+ <leak-ignore/>
152
+ <returnValue type="bool"/>
153
+ <arg nr="1" direction="inout"/>
154
+ </function>
155
+ <!-- bool wxSQLite3Cipher::InitializeFromGlobalDefault( void ) -->
156
+ <function name="wxSQLite3Cipher::InitializeFromGlobalDefault">
157
+ <noreturn>false</noreturn>
158
+ <leak-ignore/>
159
+ <returnValue type="bool"/>
160
+ <use-retval/>
161
+ </function>
162
+ <!-- bool wxSQLite3Cipher::IsOk( void ) const -->
163
+ <function name="wxSQLite3Cipher::IsOk">
164
+ <noreturn>false</noreturn>
165
+ <leak-ignore/>
166
+ <returnValue type="bool"/>
167
+ <use-retval/>
168
+ <const/>
169
+ </function>
170
+ <!-- bool wxSQLite3Cipher::SetCipher( wxSQLite3Database & db, wxSQLite3CipherType cipherType ) -->
171
+ <function name="wxSQLite3Cipher::SetCipher">
172
+ <noreturn>false</noreturn>
173
+ <leak-ignore/>
174
+ <returnValue type="bool"/>
175
+ <pure/>
176
+ <arg nr="1" direction="inout"/>
177
+ <arg nr="2" direction="in"/>
178
+ </function>
179
+ <!-- bool wxSQLite3Cipher::SetCipherDefault( wxSQLite3Database & db, wxSQLite3CipherType cipherType ) -->
180
+ <function name="wxSQLite3Cipher::SetCipherDefault">
181
+ <noreturn>false</noreturn>
182
+ <leak-ignore/>
183
+ <returnValue type="bool"/>
184
+ <pure/>
185
+ <arg nr="1" direction="inout"/>
186
+ <arg nr="2" direction="in"/>
187
+ </function>
188
+ <!-- void wxSQLite3Cipher::SetCipherType( wxSQLite3CipherType cipherType ) -->
189
+ <function name="wxSQLite3Cipher::SetCipherType">
190
+ <noreturn>false</noreturn>
191
+ <leak-ignore/>
192
+ <returnValue type="void"/>
193
+ <arg nr="1" direction="in"/>
194
+ </function>
195
+ <!-- void wxSQLite3Cipher::SetInitialized( bool initialized ) -->
196
+ <function name="wxSQLite3Cipher::SetInitialized">
197
+ <noreturn>false</noreturn>
198
+ <leak-ignore/>
199
+ <returnValue type="void"/>
200
+ <arg nr="1" direction="in">
201
+ <not-uninit/>
202
+ </arg>
203
+ </function>
204
+ <!-- void wxSQLite3Cipher::SetLegacyPageSize( int pageSize ) -->
205
+ <function name="wxSQLite3Cipher::SetLegacyPageSize">
206
+ <noreturn>false</noreturn>
207
+ <leak-ignore/>
208
+ <returnValue type="void"/>
209
+ <arg nr="1" direction="in">
210
+ <not-uninit/>
211
+ </arg>
212
+ </function>
213
+ <!-- bool wxSQLite3CipherAes128::GetLegacy( void ) -->
214
+ <function name="wxSQLite3CipherAes128::GetLegacy">
215
+ <noreturn>false</noreturn>
216
+ <leak-ignore/>
217
+ <returnValue type="bool"/>
218
+ <use-retval/>
219
+ </function>
220
+ <!-- bool wxSQLite3CipherAes128::InitializeFromCurrent( wxSQLite3Database & db ) -->
221
+ <function name="wxSQLite3CipherAes128::InitializeFromCurrent">
222
+ <noreturn>false</noreturn>
223
+ <leak-ignore/>
224
+ <returnValue type="bool"/>
225
+ <arg nr="1" direction="inout"/>
226
+ </function>
227
+ <!-- bool wxSQLite3CipherAes128::InitializeFromCurrentDefault( wxSQLite3Database & db ) -->
228
+ <function name="wxSQLite3CipherAes128::InitializeFromCurrentDefault">
229
+ <noreturn>false</noreturn>
230
+ <leak-ignore/>
231
+ <returnValue type="bool"/>
232
+ <arg nr="1" direction="inout"/>
233
+ </function>
234
+ <!-- bool wxSQLite3CipherAes128::InitializeFromGlobalDefault( void ) -->
235
+ <function name="wxSQLite3CipherAes128::InitializeFromGlobalDefault">
236
+ <noreturn>false</noreturn>
237
+ <leak-ignore/>
238
+ <returnValue type="bool"/>
239
+ <use-retval/>
240
+ </function>
241
+ <!-- void wxSQLite3CipherAes128::SetLegacy( bool legacy ) -->
242
+ <function name="wxSQLite3CipherAes128::SetLegacy">
243
+ <noreturn>false</noreturn>
244
+ <leak-ignore/>
245
+ <returnValue type="void"/>
246
+ <arg nr="1" direction="in">
247
+ <not-uninit/>
248
+ </arg>
249
+ </function>
250
+ <!-- int wxSQLite3CipherAes256::GetKdfIter( void ) -->
251
+ <function name="wxSQLite3CipherAes256::GetKdfIter">
252
+ <noreturn>false</noreturn>
253
+ <leak-ignore/>
254
+ <returnValue type="int"/>
255
+ <use-retval/>
256
+ </function>
257
+ <!-- bool wxSQLite3CipherAes256::GetLegacy( void ) -->
258
+ <function name="wxSQLite3CipherAes256::GetLegacy">
259
+ <noreturn>false</noreturn>
260
+ <leak-ignore/>
261
+ <returnValue type="bool"/>
262
+ <use-retval/>
263
+ </function>
264
+ <!-- bool wxSQLite3CipherAes256::InitializeFromCurrent( wxSQLite3Database & db ) -->
265
+ <function name="wxSQLite3CipherAes256::InitializeFromCurrent">
266
+ <noreturn>false</noreturn>
267
+ <leak-ignore/>
268
+ <returnValue type="bool"/>
269
+ <arg nr="1" direction="inout"/>
270
+ </function>
271
+ <!-- bool wxSQLite3CipherAes256::InitializeFromCurrentDefault( wxSQLite3Database & db ) -->
272
+ <function name="wxSQLite3CipherAes256::InitializeFromCurrentDefault">
273
+ <noreturn>false</noreturn>
274
+ <leak-ignore/>
275
+ <returnValue type="bool"/>
276
+ <arg nr="1" direction="inout"/>
277
+ </function>
278
+ <!-- bool wxSQLite3CipherAes256::InitializeFromGlobalDefault( void ) -->
279
+ <function name="wxSQLite3CipherAes256::InitializeFromGlobalDefault">
280
+ <noreturn>false</noreturn>
281
+ <leak-ignore/>
282
+ <returnValue type="bool"/>
283
+ <use-retval/>
284
+ </function>
285
+ <!-- void wxSQLite3CipherAes256::SetKdfIter( int kdfIter ) -->
286
+ <function name="wxSQLite3CipherAes256::SetKdfIter">
287
+ <noreturn>false</noreturn>
288
+ <leak-ignore/>
289
+ <returnValue type="void"/>
290
+ <arg nr="1" direction="in">
291
+ <not-uninit/>
292
+ </arg>
293
+ </function>
294
+ <!-- void wxSQLite3CipherAes256::SetLegacy( bool legacy ) -->
295
+ <function name="wxSQLite3CipherAes256::SetLegacy">
296
+ <noreturn>false</noreturn>
297
+ <leak-ignore/>
298
+ <returnValue type="void"/>
299
+ <arg nr="1" direction="in">
300
+ <not-uninit/>
301
+ </arg>
302
+ </function>
303
+ <!-- int wxSQLite3CipherChaCha20::GetKdfIter( void ) -->
304
+ <function name="wxSQLite3CipherChaCha20::GetKdfIter">
305
+ <noreturn>false</noreturn>
306
+ <leak-ignore/>
307
+ <returnValue type="int"/>
308
+ <use-retval/>
309
+ </function>
310
+ <!-- bool wxSQLite3CipherChaCha20::GetLegacy( void ) -->
311
+ <function name="wxSQLite3CipherChaCha20::GetLegacy">
312
+ <noreturn>false</noreturn>
313
+ <leak-ignore/>
314
+ <returnValue type="bool"/>
315
+ <use-retval/>
316
+ </function>
317
+ <!-- bool wxSQLite3CipherChaCha20::InitializeFromCurrent( wxSQLite3Database & db ) -->
318
+ <function name="wxSQLite3CipherChaCha20::InitializeFromCurrent">
319
+ <noreturn>false</noreturn>
320
+ <leak-ignore/>
321
+ <returnValue type="bool"/>
322
+ <arg nr="1" direction="inout"/>
323
+ </function>
324
+ <!-- bool wxSQLite3CipherChaCha20::InitializeFromCurrentDefault( wxSQLite3Database & db ) -->
325
+ <function name="wxSQLite3CipherChaCha20::InitializeFromCurrentDefault">
326
+ <noreturn>false</noreturn>
327
+ <leak-ignore/>
328
+ <returnValue type="bool"/>
329
+ <arg nr="1" direction="inout"/>
330
+ </function>
331
+ <!-- bool wxSQLite3CipherChaCha20::InitializeFromGlobalDefault( void ) -->
332
+ <function name="wxSQLite3CipherChaCha20::InitializeFromGlobalDefault">
333
+ <noreturn>false</noreturn>
334
+ <leak-ignore/>
335
+ <returnValue type="bool"/>
336
+ <use-retval/>
337
+ </function>
338
+ <!-- void wxSQLite3CipherChaCha20::SetKdfIter( int kdfIter ) -->
339
+ <function name="wxSQLite3CipherChaCha20::SetKdfIter">
340
+ <noreturn>false</noreturn>
341
+ <leak-ignore/>
342
+ <returnValue type="void"/>
343
+ <arg nr="1" direction="in">
344
+ <not-uninit/>
345
+ </arg>
346
+ </function>
347
+ <!-- void wxSQLite3CipherChaCha20::SetLegacy( bool legacy ) -->
348
+ <function name="wxSQLite3CipherChaCha20::SetLegacy">
349
+ <noreturn>false</noreturn>
350
+ <leak-ignore/>
351
+ <returnValue type="void"/>
352
+ <arg nr="1" direction="in">
353
+ <not-uninit/>
354
+ </arg>
355
+ </function>
356
+ <!-- bool wxSQLite3CipherRC4::GetLegacy( void ) -->
357
+ <function name="wxSQLite3CipherRC4::GetLegacy">
358
+ <noreturn>false</noreturn>
359
+ <leak-ignore/>
360
+ <returnValue type="bool"/>
361
+ <use-retval/>
362
+ </function>
363
+ <!-- bool wxSQLite3CipherRC4::InitializeFromCurrent( wxSQLite3Database & db ) -->
364
+ <function name="wxSQLite3CipherRC4::InitializeFromCurrent">
365
+ <noreturn>false</noreturn>
366
+ <leak-ignore/>
367
+ <returnValue type="bool"/>
368
+ <arg nr="1" direction="inout"/>
369
+ </function>
370
+ <!-- bool wxSQLite3CipherRC4::InitializeFromCurrentDefault( wxSQLite3Database & db ) -->
371
+ <function name="wxSQLite3CipherRC4::InitializeFromCurrentDefault">
372
+ <noreturn>false</noreturn>
373
+ <leak-ignore/>
374
+ <returnValue type="bool"/>
375
+ <arg nr="1" direction="inout"/>
376
+ </function>
377
+ <!-- bool wxSQLite3CipherRC4::InitializeFromGlobalDefault( void ) -->
378
+ <function name="wxSQLite3CipherRC4::InitializeFromGlobalDefault">
379
+ <noreturn>false</noreturn>
380
+ <leak-ignore/>
381
+ <returnValue type="bool"/>
382
+ <use-retval/>
383
+ </function>
384
+ <!-- int wxSQLite3CipherSQLCipher::GetFastKdfIter( void ) -->
385
+ <function name="wxSQLite3CipherSQLCipher::GetFastKdfIter">
386
+ <noreturn>false</noreturn>
387
+ <leak-ignore/>
388
+ <returnValue type="int"/>
389
+ <use-retval/>
390
+ </function>
391
+ <!-- Algorithm wxSQLite3CipherSQLCipher::GetHmacAlgorithm( void ) -->
392
+ <function name="wxSQLite3CipherSQLCipher::GetHmacAlgorithm">
393
+ <noreturn>false</noreturn>
394
+ <leak-ignore/>
395
+ <returnValue type="Algorithm"/>
396
+ <use-retval/>
397
+ </function>
398
+ <!-- int wxSQLite3CipherSQLCipher::GetHmacPgNo( void ) -->
399
+ <function name="wxSQLite3CipherSQLCipher::GetHmacPgNo">
400
+ <noreturn>false</noreturn>
401
+ <leak-ignore/>
402
+ <returnValue type="int"/>
403
+ <use-retval/>
404
+ </function>
405
+ <!-- int wxSQLite3CipherSQLCipher::GetHmacSaltMask( void ) -->
406
+ <function name="wxSQLite3CipherSQLCipher::GetHmacSaltMask">
407
+ <noreturn>false</noreturn>
408
+ <leak-ignore/>
409
+ <returnValue type="int"/>
410
+ <use-retval/>
411
+ </function>
412
+ <!-- bool wxSQLite3CipherSQLCipher::GetHmacUse( void ) -->
413
+ <function name="wxSQLite3CipherSQLCipher::GetHmacUse">
414
+ <noreturn>false</noreturn>
415
+ <leak-ignore/>
416
+ <returnValue type="bool"/>
417
+ <use-retval/>
418
+ </function>
419
+ <!-- Algorithm wxSQLite3CipherSQLCipher::GetKdfAlgorithm( void ) -->
420
+ <function name="wxSQLite3CipherSQLCipher::GetKdfAlgorithm">
421
+ <noreturn>false</noreturn>
422
+ <leak-ignore/>
423
+ <returnValue type="Algorithm"/>
424
+ <use-retval/>
425
+ </function>
426
+ <!-- int wxSQLite3CipherSQLCipher::GetKdfIter( void ) -->
427
+ <function name="wxSQLite3CipherSQLCipher::GetKdfIter">
428
+ <noreturn>false</noreturn>
429
+ <leak-ignore/>
430
+ <returnValue type="int"/>
431
+ <use-retval/>
432
+ </function>
433
+ <!-- bool wxSQLite3CipherSQLCipher::GetLegacy( void ) -->
434
+ <function name="wxSQLite3CipherSQLCipher::GetLegacy">
435
+ <noreturn>false</noreturn>
436
+ <leak-ignore/>
437
+ <returnValue type="bool"/>
438
+ <use-retval/>
439
+ </function>
440
+ <!-- int wxSQLite3CipherSQLCipher::GetLegacyVersion( void ) -->
441
+ <function name="wxSQLite3CipherSQLCipher::GetLegacyVersion">
442
+ <noreturn>false</noreturn>
443
+ <leak-ignore/>
444
+ <returnValue type="int"/>
445
+ <use-retval/>
446
+ </function>
447
+ <!-- bool wxSQLite3CipherSQLCipher::InitializeFromCurrent( wxSQLite3Database & db ) -->
448
+ <function name="wxSQLite3CipherSQLCipher::InitializeFromCurrent">
449
+ <noreturn>false</noreturn>
450
+ <leak-ignore/>
451
+ <returnValue type="bool"/>
452
+ <arg nr="1" direction="inout"/>
453
+ </function>
454
+ <!-- bool wxSQLite3CipherSQLCipher::InitializeFromCurrentDefault( wxSQLite3Database & db ) -->
455
+ <function name="wxSQLite3CipherSQLCipher::InitializeFromCurrentDefault">
456
+ <noreturn>false</noreturn>
457
+ <leak-ignore/>
458
+ <returnValue type="bool"/>
459
+ <arg nr="1" direction="inout"/>
460
+ </function>
461
+ <!-- bool wxSQLite3CipherSQLCipher::InitializeFromGlobalDefault( void ) -->
462
+ <function name="wxSQLite3CipherSQLCipher::InitializeFromGlobalDefault">
463
+ <noreturn>false</noreturn>
464
+ <leak-ignore/>
465
+ <returnValue type="bool"/>
466
+ <use-retval/>
467
+ </function>
468
+ <!-- void wxSQLite3CipherSQLCipher::InitializeVersionDefault( int version ) -->
469
+ <function name="wxSQLite3CipherSQLCipher::InitializeVersionDefault">
470
+ <noreturn>false</noreturn>
471
+ <leak-ignore/>
472
+ <returnValue type="void"/>
473
+ <arg nr="1" direction="in">
474
+ <not-uninit/>
475
+ </arg>
476
+ </function>
477
+ <!-- void wxSQLite3CipherSQLCipher::SetFastKdfIter( int fastKdfIter ) -->
478
+ <function name="wxSQLite3CipherSQLCipher::SetFastKdfIter">
479
+ <noreturn>false</noreturn>
480
+ <leak-ignore/>
481
+ <returnValue type="void"/>
482
+ <arg nr="1" direction="in">
483
+ <not-uninit/>
484
+ </arg>
485
+ </function>
486
+ <!-- void wxSQLite3CipherSQLCipher::SetHmacAlgorithm( Algorithm algorithm ) -->
487
+ <function name="wxSQLite3CipherSQLCipher::SetHmacAlgorithm">
488
+ <noreturn>false</noreturn>
489
+ <leak-ignore/>
490
+ <returnValue type="void"/>
491
+ <arg nr="1" direction="in"/>
492
+ </function>
493
+ <!-- void wxSQLite3CipherSQLCipher::SetHmacPgNo( int hmacPgNo ) -->
494
+ <function name="wxSQLite3CipherSQLCipher::SetHmacPgNo">
495
+ <noreturn>false</noreturn>
496
+ <leak-ignore/>
497
+ <returnValue type="void"/>
498
+ <arg nr="1" direction="in">
499
+ <not-uninit/>
500
+ </arg>
501
+ </function>
502
+ <!-- void wxSQLite3CipherSQLCipher::SetHmacSaltMask( int hmacSaltMask ) -->
503
+ <function name="wxSQLite3CipherSQLCipher::SetHmacSaltMask">
504
+ <noreturn>false</noreturn>
505
+ <leak-ignore/>
506
+ <returnValue type="void"/>
507
+ <arg nr="1" direction="in">
508
+ <not-uninit/>
509
+ </arg>
510
+ </function>
511
+ <!-- void wxSQLite3CipherSQLCipher::SetHmacUse( bool hmacUse ) -->
512
+ <function name="wxSQLite3CipherSQLCipher::SetHmacUse">
513
+ <noreturn>false</noreturn>
514
+ <leak-ignore/>
515
+ <returnValue type="void"/>
516
+ <arg nr="1" direction="in">
517
+ <not-uninit/>
518
+ </arg>
519
+ </function>
520
+ <!-- void wxSQLite3CipherSQLCipher::SetKdfAlgorithm( Algorithm algorithm ) -->
521
+ <function name="wxSQLite3CipherSQLCipher::SetKdfAlgorithm">
522
+ <noreturn>false</noreturn>
523
+ <leak-ignore/>
524
+ <returnValue type="void"/>
525
+ <arg nr="1" direction="in"/>
526
+ </function>
527
+ <!-- void wxSQLite3CipherSQLCipher::SetKdfIter( int kdfIter ) -->
528
+ <function name="wxSQLite3CipherSQLCipher::SetKdfIter">
529
+ <noreturn>false</noreturn>
530
+ <leak-ignore/>
531
+ <returnValue type="void"/>
532
+ <arg nr="1" direction="in">
533
+ <not-uninit/>
534
+ </arg>
535
+ </function>
536
+ <!-- void wxSQLite3CipherSQLCipher::SetLegacy( bool legacy ) -->
537
+ <function name="wxSQLite3CipherSQLCipher::SetLegacy">
538
+ <noreturn>false</noreturn>
539
+ <leak-ignore/>
540
+ <returnValue type="void"/>
541
+ <arg nr="1" direction="in">
542
+ <not-uninit/>
543
+ </arg>
544
+ </function>
545
+ <!-- int wxSQLite3Collation::Compare( const wxString & text1, const wxString & text2 ) -->
546
+ <function name="wxSQLite3Collation::Compare">
547
+ <noreturn>false</noreturn>
548
+ <leak-ignore/>
549
+ <returnValue type="int"/>
550
+ <arg nr="1" direction="in"/>
551
+ <arg nr="2" direction="in"/>
552
+ </function>
553
+ <!-- void wxSQLite3Database::AutoWriteAheadLogCheckpoint( int frameCount ) -->
554
+ <function name="wxSQLite3Database::AutoWriteAheadLogCheckpoint">
555
+ <noreturn>false</noreturn>
556
+ <leak-ignore/>
557
+ <returnValue type="void"/>
558
+ <arg nr="1" direction="in">
559
+ <not-uninit/>
560
+ </arg>
561
+ </function>
562
+ <!-- void wxSQLite3Database::Begin( wxSQLite3TransactionType transactionType = WXSQLITE_TRANSACTION_DEFAULT ) -->
563
+ <function name="wxSQLite3Database::Begin">
564
+ <noreturn>false</noreturn>
565
+ <leak-ignore/>
566
+ <returnValue type="void"/>
567
+ <arg nr="1" default="WXSQLITE_TRANSACTION_DEFAULT" direction="in"/>
568
+ </function>
569
+ <!-- void wxSQLite3Database::CheckDatabase( void ) const -->
570
+ <function name="wxSQLite3Database::CheckDatabase">
571
+ <noreturn>false</noreturn>
572
+ <leak-ignore/>
573
+ <returnValue type="void"/>
574
+ <const/>
575
+ </function>
576
+ <!-- void wxSQLite3Database::Commit( void ) -->
577
+ <function name="wxSQLite3Database::Commit">
578
+ <noreturn>false</noreturn>
579
+ <leak-ignore/>
580
+ <returnValue type="void"/>
581
+ </function>
582
+ <!-- bool wxSQLite3Database::CompileOptionUsed( const wxString & optionName ) -->
583
+ <function name="wxSQLite3Database::CompileOptionUsed">
584
+ <noreturn>false</noreturn>
585
+ <leak-ignore/>
586
+ <returnValue type="bool"/>
587
+ <pure/>
588
+ <arg nr="1" direction="in"/>
589
+ </function>
590
+ <!-- wxSQLite3IntegerCollection wxSQLite3Database::CreateIntegerCollection( const wxString & collectionName ) -->
591
+ <function name="wxSQLite3Database::CreateIntegerCollection">
592
+ <noreturn>false</noreturn>
593
+ <leak-ignore/>
594
+ <returnValue type="wxSQLite3IntegerCollection"/>
595
+ <arg nr="1" direction="in"/>
596
+ </function>
597
+ <!-- wxSQLite3StringCollection wxSQLite3Database::CreateStringCollection( const wxString & collectionName ) -->
598
+ <function name="wxSQLite3Database::CreateStringCollection">
599
+ <noreturn>false</noreturn>
600
+ <leak-ignore/>
601
+ <returnValue type="wxSQLite3StringCollection"/>
602
+ <arg nr="1" direction="in"/>
603
+ </function>
604
+ <!-- void wxSQLite3Database::DetachDatabase( const wxString & schemaName ) -->
605
+ <function name="wxSQLite3Database::DetachDatabase">
606
+ <noreturn>false</noreturn>
607
+ <leak-ignore/>
608
+ <returnValue type="void"/>
609
+ <arg nr="1" direction="in"/>
610
+ </function>
611
+ <!-- bool wxSQLite3Database::EnableForeignKeySupport( bool enable ) -->
612
+ <function name="wxSQLite3Database::EnableForeignKeySupport">
613
+ <noreturn>false</noreturn>
614
+ <leak-ignore/>
615
+ <returnValue type="bool"/>
616
+ <arg nr="1" direction="in">
617
+ <not-uninit/>
618
+ </arg>
619
+ </function>
620
+ <!-- void wxSQLite3Database::EnableLoadExtension( bool enable ) -->
621
+ <function name="wxSQLite3Database::EnableLoadExtension">
622
+ <noreturn>false</noreturn>
623
+ <leak-ignore/>
624
+ <returnValue type="void"/>
625
+ <arg nr="1" direction="in">
626
+ <not-uninit/>
627
+ </arg>
628
+ </function>
629
+ <!-- void wxSQLite3Database::ExecCollationNeeded( void * db, void * internalDb, int eTextRep, const char * name ) -->
630
+ <function name="wxSQLite3Database::ExecCollationNeeded">
631
+ <noreturn>false</noreturn>
632
+ <leak-ignore/>
633
+ <returnValue type="void"/>
634
+ <pure/>
635
+ <arg nr="1" direction="inout"/>
636
+ <arg nr="2" direction="inout"/>
637
+ <arg nr="3" direction="in">
638
+ <not-uninit/>
639
+ </arg>
640
+ <arg nr="4" direction="inout">
641
+ <not-uninit/>
642
+ </arg>
643
+ </function>
644
+ <!-- int wxSQLite3Database::ExecComparisonWithCollation( void * collation, int len1, const void * txt1, int len2, const void * txt2 ) -->
645
+ <function name="wxSQLite3Database::ExecComparisonWithCollation">
646
+ <noreturn>false</noreturn>
647
+ <leak-ignore/>
648
+ <returnValue type="int"/>
649
+ <pure/>
650
+ <arg nr="1" direction="inout"/>
651
+ <arg nr="2" direction="in">
652
+ <not-uninit/>
653
+ </arg>
654
+ <arg nr="3" direction="inout">
655
+ <not-uninit/>
656
+ </arg>
657
+ <arg nr="4" direction="in">
658
+ <not-uninit/>
659
+ </arg>
660
+ <arg nr="5" direction="inout">
661
+ <not-uninit/>
662
+ </arg>
663
+ </function>
664
+ <!-- bool wxSQLite3Database::GetAutoCommit( void ) const -->
665
+ <function name="wxSQLite3Database::GetAutoCommit">
666
+ <noreturn>false</noreturn>
667
+ <leak-ignore/>
668
+ <returnValue type="bool"/>
669
+ <use-retval/>
670
+ <const/>
671
+ </function>
672
+ <!-- wxString wxSQLite3Database::GetCompileOptionName( int optionIndex ) -->
673
+ <function name="wxSQLite3Database::GetCompileOptionName">
674
+ <noreturn>false</noreturn>
675
+ <leak-ignore/>
676
+ <returnValue type="wxString"/>
677
+ <pure/>
678
+ <arg nr="1" direction="in">
679
+ <not-uninit/>
680
+ </arg>
681
+ </function>
682
+ <!-- wxString wxSQLite3Database::GetDatabaseFilename( const wxString & databaseName ) -->
683
+ <function name="wxSQLite3Database::GetDatabaseFilename">
684
+ <noreturn>false</noreturn>
685
+ <leak-ignore/>
686
+ <returnValue type="wxString"/>
687
+ <arg nr="1" direction="in"/>
688
+ </function>
689
+ <!-- void * wxSQLite3Database::GetDatabaseHandle( void ) const -->
690
+ <function name="wxSQLite3Database::GetDatabaseHandle">
691
+ <noreturn>false</noreturn>
692
+ <leak-ignore/>
693
+ <returnValue type="void *"/>
694
+ <use-retval/>
695
+ <const/>
696
+ </function>
697
+ <!-- wxSQLite3JournalMode wxSQLite3Database::GetJournalMode( const wxString & database = wxEmptyString ) -->
698
+ <function name="wxSQLite3Database::GetJournalMode">
699
+ <noreturn>false</noreturn>
700
+ <leak-ignore/>
701
+ <returnValue type="wxSQLite3JournalMode"/>
702
+ <use-retval/>
703
+ <arg nr="1" default="wxEmptyString" direction="in"/>
704
+ </function>
705
+ <!-- wxString wxSQLite3Database::GetKeySalt( const wxString & schemaName = wxEmptyString ) const -->
706
+ <function name="wxSQLite3Database::GetKeySalt">
707
+ <noreturn>false</noreturn>
708
+ <leak-ignore/>
709
+ <returnValue type="wxString"/>
710
+ <const/>
711
+ <arg nr="1" default="wxEmptyString" direction="in"/>
712
+ </function>
713
+ <!-- wxLongLong wxSQLite3Database::GetLastRowId( void ) const -->
714
+ <function name="wxSQLite3Database::GetLastRowId">
715
+ <noreturn>false</noreturn>
716
+ <leak-ignore/>
717
+ <returnValue type="wxLongLong"/>
718
+ <use-retval/>
719
+ <const/>
720
+ </function>
721
+ <!-- int wxSQLite3Database::GetLimit( wxSQLite3LimitType id ) const -->
722
+ <function name="wxSQLite3Database::GetLimit">
723
+ <noreturn>false</noreturn>
724
+ <leak-ignore/>
725
+ <returnValue type="int"/>
726
+ <const/>
727
+ <arg nr="1" direction="in"/>
728
+ </function>
729
+ <!-- wxString wxSQLite3Database::GetSourceId( void ) -->
730
+ <function name="wxSQLite3Database::GetSourceId">
731
+ <noreturn>false</noreturn>
732
+ <leak-ignore/>
733
+ <returnValue type="wxString"/>
734
+ <use-retval/>
735
+ <pure/>
736
+ </function>
737
+ <!-- int wxSQLite3Database::GetSystemErrorCode( void ) const -->
738
+ <function name="wxSQLite3Database::GetSystemErrorCode">
739
+ <noreturn>false</noreturn>
740
+ <leak-ignore/>
741
+ <returnValue type="int"/>
742
+ <use-retval/>
743
+ <const/>
744
+ </function>
745
+ <!-- void wxSQLite3Database::GetUserList( wxArrayString & userList ) -->
746
+ <function name="wxSQLite3Database::GetUserList">
747
+ <noreturn>false</noreturn>
748
+ <leak-ignore/>
749
+ <returnValue type="void"/>
750
+ <arg nr="1" direction="inout"/>
751
+ </function>
752
+ <!-- wxString wxSQLite3Database::GetVersion( void ) -->
753
+ <function name="wxSQLite3Database::GetVersion">
754
+ <noreturn>false</noreturn>
755
+ <leak-ignore/>
756
+ <returnValue type="wxString"/>
757
+ <use-retval/>
758
+ <pure/>
759
+ </function>
760
+ <!-- wxString wxSQLite3Database::GetWrapperVersion( void ) -->
761
+ <function name="wxSQLite3Database::GetWrapperVersion">
762
+ <noreturn>false</noreturn>
763
+ <leak-ignore/>
764
+ <returnValue type="wxString"/>
765
+ <use-retval/>
766
+ <pure/>
767
+ </function>
768
+ <!-- bool wxSQLite3Database::HasBackupSupport( void ) -->
769
+ <function name="wxSQLite3Database::HasBackupSupport">
770
+ <noreturn>false</noreturn>
771
+ <leak-ignore/>
772
+ <returnValue type="bool"/>
773
+ <use-retval/>
774
+ <pure/>
775
+ </function>
776
+ <!-- bool wxSQLite3Database::HasEncryptionSupport( void ) -->
777
+ <function name="wxSQLite3Database::HasEncryptionSupport">
778
+ <noreturn>false</noreturn>
779
+ <leak-ignore/>
780
+ <returnValue type="bool"/>
781
+ <use-retval/>
782
+ <pure/>
783
+ </function>
784
+ <!-- bool wxSQLite3Database::HasIncrementalBlobSupport( void ) -->
785
+ <function name="wxSQLite3Database::HasIncrementalBlobSupport">
786
+ <noreturn>false</noreturn>
787
+ <leak-ignore/>
788
+ <returnValue type="bool"/>
789
+ <use-retval/>
790
+ <pure/>
791
+ </function>
792
+ <!-- bool wxSQLite3Database::HasLoadExtSupport( void ) -->
793
+ <function name="wxSQLite3Database::HasLoadExtSupport">
794
+ <noreturn>false</noreturn>
795
+ <leak-ignore/>
796
+ <returnValue type="bool"/>
797
+ <use-retval/>
798
+ <pure/>
799
+ </function>
800
+ <!-- bool wxSQLite3Database::HasMetaDataSupport( void ) -->
801
+ <function name="wxSQLite3Database::HasMetaDataSupport">
802
+ <noreturn>false</noreturn>
803
+ <leak-ignore/>
804
+ <returnValue type="bool"/>
805
+ <use-retval/>
806
+ <pure/>
807
+ </function>
808
+ <!-- bool wxSQLite3Database::HasNamedCollectionSupport( void ) -->
809
+ <function name="wxSQLite3Database::HasNamedCollectionSupport">
810
+ <noreturn>false</noreturn>
811
+ <leak-ignore/>
812
+ <returnValue type="bool"/>
813
+ <use-retval/>
814
+ <pure/>
815
+ </function>
816
+ <!-- bool wxSQLite3Database::HasPointerParamsSupport( void ) -->
817
+ <function name="wxSQLite3Database::HasPointerParamsSupport">
818
+ <noreturn>false</noreturn>
819
+ <leak-ignore/>
820
+ <returnValue type="bool"/>
821
+ <use-retval/>
822
+ <pure/>
823
+ </function>
824
+ <!-- bool wxSQLite3Database::HasSavepointSupport( void ) -->
825
+ <function name="wxSQLite3Database::HasSavepointSupport">
826
+ <noreturn>false</noreturn>
827
+ <leak-ignore/>
828
+ <returnValue type="bool"/>
829
+ <use-retval/>
830
+ <pure/>
831
+ </function>
832
+ <!-- bool wxSQLite3Database::HasUserAuthenticationSupport( void ) -->
833
+ <function name="wxSQLite3Database::HasUserAuthenticationSupport">
834
+ <noreturn>false</noreturn>
835
+ <leak-ignore/>
836
+ <returnValue type="bool"/>
837
+ <use-retval/>
838
+ <pure/>
839
+ </function>
840
+ <!-- bool wxSQLite3Database::HasWriteAheadLogSupport( void ) -->
841
+ <function name="wxSQLite3Database::HasWriteAheadLogSupport">
842
+ <noreturn>false</noreturn>
843
+ <leak-ignore/>
844
+ <returnValue type="bool"/>
845
+ <use-retval/>
846
+ <pure/>
847
+ </function>
848
+ <!-- void wxSQLite3Database::Interrupt( void ) -->
849
+ <function name="wxSQLite3Database::Interrupt">
850
+ <noreturn>false</noreturn>
851
+ <leak-ignore/>
852
+ <returnValue type="void"/>
853
+ </function>
854
+ <!-- bool wxSQLite3Database::IsEncrypted( void ) -->
855
+ <function name="wxSQLite3Database::IsEncrypted">
856
+ <noreturn>false</noreturn>
857
+ <leak-ignore/>
858
+ <returnValue type="bool"/>
859
+ <use-retval/>
860
+ </function>
861
+ <!-- bool wxSQLite3Database::IsForeignKeySupportEnabled( void ) -->
862
+ <function name="wxSQLite3Database::IsForeignKeySupportEnabled">
863
+ <noreturn>false</noreturn>
864
+ <leak-ignore/>
865
+ <returnValue type="bool"/>
866
+ <use-retval/>
867
+ </function>
868
+ <!-- bool wxSQLite3Database::IsOpen( void ) const -->
869
+ <function name="wxSQLite3Database::IsOpen">
870
+ <noreturn>false</noreturn>
871
+ <leak-ignore/>
872
+ <returnValue type="bool"/>
873
+ <use-retval/>
874
+ <const/>
875
+ </function>
876
+ <!-- bool wxSQLite3Database::IsSharedCacheEnabled( void ) -->
877
+ <function name="wxSQLite3Database::IsSharedCacheEnabled">
878
+ <noreturn>false</noreturn>
879
+ <leak-ignore/>
880
+ <returnValue type="bool"/>
881
+ <use-retval/>
882
+ <pure/>
883
+ </function>
884
+ <!-- wxString wxSQLite3Database::LimitTypeToString( wxSQLite3LimitType type ) -->
885
+ <function name="wxSQLite3Database::LimitTypeToString">
886
+ <noreturn>false</noreturn>
887
+ <leak-ignore/>
888
+ <returnValue type="wxString"/>
889
+ <pure/>
890
+ <arg nr="1" direction="in"/>
891
+ </function>
892
+ <!-- void * wxSQLite3Database::Prepare( const char * sql ) -->
893
+ <function name="wxSQLite3Database::Prepare">
894
+ <noreturn>false</noreturn>
895
+ <leak-ignore/>
896
+ <returnValue type="void *"/>
897
+ <arg nr="1" direction="inout">
898
+ <not-uninit/>
899
+ </arg>
900
+ </function>
901
+ <!-- void * wxSQLite3Database::PreparePersistent( const char * sql ) -->
902
+ <function name="wxSQLite3Database::PreparePersistent">
903
+ <noreturn>false</noreturn>
904
+ <leak-ignore/>
905
+ <returnValue type="void *"/>
906
+ <arg nr="1" direction="inout">
907
+ <not-uninit/>
908
+ </arg>
909
+ </function>
910
+ <!-- int wxSQLite3Database::QueryRollbackState( void ) const -->
911
+ <function name="wxSQLite3Database::QueryRollbackState">
912
+ <noreturn>false</noreturn>
913
+ <leak-ignore/>
914
+ <returnValue type="int"/>
915
+ <use-retval/>
916
+ <const/>
917
+ </function>
918
+ <!-- wxSQLite3TransactionState wxSQLite3Database::QueryTransactionState( const wxString & schemaName = wxEmptyString ) const -->
919
+ <function name="wxSQLite3Database::QueryTransactionState">
920
+ <noreturn>false</noreturn>
921
+ <leak-ignore/>
922
+ <returnValue type="wxSQLite3TransactionState"/>
923
+ <use-retval/>
924
+ <const/>
925
+ <arg nr="1" default="wxEmptyString" direction="in"/>
926
+ </function>
927
+ <!-- bool wxSQLite3Database::Randomness( int n, wxMemoryBuffer & random ) -->
928
+ <function name="wxSQLite3Database::Randomness">
929
+ <noreturn>false</noreturn>
930
+ <leak-ignore/>
931
+ <returnValue type="bool"/>
932
+ <pure/>
933
+ <arg nr="1" direction="in">
934
+ <not-uninit/>
935
+ </arg>
936
+ <arg nr="2" direction="inout"/>
937
+ </function>
938
+ <!-- void wxSQLite3Database::ReleaseMemory( void ) -->
939
+ <function name="wxSQLite3Database::ReleaseMemory">
940
+ <noreturn>false</noreturn>
941
+ <leak-ignore/>
942
+ <returnValue type="void"/>
943
+ </function>
944
+ <!-- void wxSQLite3Database::ReleaseSavepoint( const wxString & savepointName ) -->
945
+ <function name="wxSQLite3Database::ReleaseSavepoint">
946
+ <noreturn>false</noreturn>
947
+ <leak-ignore/>
948
+ <returnValue type="void"/>
949
+ <arg nr="1" direction="in"/>
950
+ </function>
951
+ <!-- bool wxSQLite3Database::RemoveAuthorizer( void ) -->
952
+ <function name="wxSQLite3Database::RemoveAuthorizer">
953
+ <noreturn>false</noreturn>
954
+ <leak-ignore/>
955
+ <returnValue type="bool"/>
956
+ <use-retval/>
957
+ </function>
958
+ <!-- void wxSQLite3Database::Rollback( const wxString & savepointName = wxEmptyString ) -->
959
+ <function name="wxSQLite3Database::Rollback">
960
+ <noreturn>false</noreturn>
961
+ <leak-ignore/>
962
+ <returnValue type="void"/>
963
+ <arg nr="1" default="wxEmptyString" direction="in"/>
964
+ </function>
965
+ <!-- void wxSQLite3Database::Savepoint( const wxString & savepointName ) -->
966
+ <function name="wxSQLite3Database::Savepoint">
967
+ <noreturn>false</noreturn>
968
+ <leak-ignore/>
969
+ <returnValue type="void"/>
970
+ <arg nr="1" direction="in"/>
971
+ </function>
972
+ <!-- bool wxSQLite3Database::SetAuthorizer( wxSQLite3Authorizer & authorizer ) -->
973
+ <function name="wxSQLite3Database::SetAuthorizer">
974
+ <noreturn>false</noreturn>
975
+ <leak-ignore/>
976
+ <returnValue type="bool"/>
977
+ <arg nr="1" direction="inout"/>
978
+ </function>
979
+ <!-- void wxSQLite3Database::SetBackupRestorePageCount( int pageCount ) -->
980
+ <function name="wxSQLite3Database::SetBackupRestorePageCount">
981
+ <noreturn>false</noreturn>
982
+ <leak-ignore/>
983
+ <returnValue type="void"/>
984
+ <arg nr="1" direction="in">
985
+ <not-uninit/>
986
+ </arg>
987
+ </function>
988
+ <!-- void wxSQLite3Database::SetBusyTimeout( int milliSeconds ) -->
989
+ <function name="wxSQLite3Database::SetBusyTimeout">
990
+ <noreturn>false</noreturn>
991
+ <leak-ignore/>
992
+ <returnValue type="void"/>
993
+ <arg nr="1" direction="in">
994
+ <not-uninit/>
995
+ </arg>
996
+ </function>
997
+ <!-- void wxSQLite3Database::SetCollation( const wxString & name, wxSQLite3Collation * collation ) -->
998
+ <function name="wxSQLite3Database::SetCollation">
999
+ <noreturn>false</noreturn>
1000
+ <leak-ignore/>
1001
+ <returnValue type="void"/>
1002
+ <arg nr="1" direction="in"/>
1003
+ <arg nr="2" direction="inout"/>
1004
+ </function>
1005
+ <!-- void wxSQLite3Database::SetCollationNeededCallback( void ) -->
1006
+ <function name="wxSQLite3Database::SetCollationNeededCallback">
1007
+ <noreturn>false</noreturn>
1008
+ <leak-ignore/>
1009
+ <returnValue type="void"/>
1010
+ </function>
1011
+ <!-- void wxSQLite3Database::SetCommitHook( wxSQLite3Hook * commitHook ) -->
1012
+ <function name="wxSQLite3Database::SetCommitHook">
1013
+ <noreturn>false</noreturn>
1014
+ <leak-ignore/>
1015
+ <returnValue type="void"/>
1016
+ <arg nr="1" direction="inout"/>
1017
+ </function>
1018
+ <!-- wxSQLite3JournalMode wxSQLite3Database::SetJournalMode( wxSQLite3JournalMode mode, const wxString & database = wxEmptyString ) -->
1019
+ <function name="wxSQLite3Database::SetJournalMode">
1020
+ <noreturn>false</noreturn>
1021
+ <leak-ignore/>
1022
+ <returnValue type="wxSQLite3JournalMode"/>
1023
+ <use-retval/>
1024
+ <arg nr="1" direction="in"/>
1025
+ <arg nr="2" default="wxEmptyString" direction="in"/>
1026
+ </function>
1027
+ <!-- int wxSQLite3Database::SetLimit( wxSQLite3LimitType id, int newValue ) -->
1028
+ <function name="wxSQLite3Database::SetLimit">
1029
+ <noreturn>false</noreturn>
1030
+ <leak-ignore/>
1031
+ <returnValue type="int"/>
1032
+ <arg nr="1" direction="in"/>
1033
+ <arg nr="2" direction="in">
1034
+ <not-uninit/>
1035
+ </arg>
1036
+ </function>
1037
+ <!-- void wxSQLite3Database::SetRollbackHook( wxSQLite3Hook * rollbackHook ) -->
1038
+ <function name="wxSQLite3Database::SetRollbackHook">
1039
+ <noreturn>false</noreturn>
1040
+ <leak-ignore/>
1041
+ <returnValue type="void"/>
1042
+ <arg nr="1" direction="inout"/>
1043
+ </function>
1044
+ <!-- void wxSQLite3Database::SetSharedCache( bool enable ) -->
1045
+ <function name="wxSQLite3Database::SetSharedCache">
1046
+ <noreturn>false</noreturn>
1047
+ <leak-ignore/>
1048
+ <returnValue type="void"/>
1049
+ <pure/>
1050
+ <arg nr="1" direction="in">
1051
+ <not-uninit/>
1052
+ </arg>
1053
+ </function>
1054
+ <!-- bool wxSQLite3Database::SetTemporaryDirectory( const wxString & tempDirectory ) -->
1055
+ <function name="wxSQLite3Database::SetTemporaryDirectory">
1056
+ <noreturn>false</noreturn>
1057
+ <leak-ignore/>
1058
+ <returnValue type="bool"/>
1059
+ <pure/>
1060
+ <arg nr="1" direction="in"/>
1061
+ </function>
1062
+ <!-- void wxSQLite3Database::SetUpdateHook( wxSQLite3Hook * updateHook ) -->
1063
+ <function name="wxSQLite3Database::SetUpdateHook">
1064
+ <noreturn>false</noreturn>
1065
+ <leak-ignore/>
1066
+ <returnValue type="void"/>
1067
+ <arg nr="1" direction="inout"/>
1068
+ </function>
1069
+ <!-- void wxSQLite3Database::SetWriteAheadLogHook( wxSQLite3Hook * walHook ) -->
1070
+ <function name="wxSQLite3Database::SetWriteAheadLogHook">
1071
+ <noreturn>false</noreturn>
1072
+ <leak-ignore/>
1073
+ <returnValue type="void"/>
1074
+ <arg nr="1" direction="inout"/>
1075
+ </function>
1076
+ <!-- void wxSQLite3Database::ShutdownSQLite( void ) -->
1077
+ <function name="wxSQLite3Database::ShutdownSQLite">
1078
+ <noreturn>false</noreturn>
1079
+ <leak-ignore/>
1080
+ <returnValue type="void"/>
1081
+ <pure/>
1082
+ </function>
1083
+ <!-- bool wxSQLite3Database::UserAdd( const wxString & username, const wxString & password, bool isAdmin = false ) -->
1084
+ <function name="wxSQLite3Database::UserAdd">
1085
+ <noreturn>false</noreturn>
1086
+ <leak-ignore/>
1087
+ <returnValue type="bool"/>
1088
+ <arg nr="1" direction="in"/>
1089
+ <arg nr="2" direction="in"/>
1090
+ <arg nr="3" default="false" direction="in">
1091
+ <not-uninit/>
1092
+ </arg>
1093
+ </function>
1094
+ <!-- bool wxSQLite3Database::UserChange( const wxString & username, const wxString & password, bool isAdmin ) -->
1095
+ <function name="wxSQLite3Database::UserChange">
1096
+ <noreturn>false</noreturn>
1097
+ <leak-ignore/>
1098
+ <returnValue type="bool"/>
1099
+ <arg nr="1" direction="in"/>
1100
+ <arg nr="2" direction="in"/>
1101
+ <arg nr="3" direction="in">
1102
+ <not-uninit/>
1103
+ </arg>
1104
+ </function>
1105
+ <!-- bool wxSQLite3Database::UserDelete( const wxString & username ) -->
1106
+ <function name="wxSQLite3Database::UserDelete">
1107
+ <noreturn>false</noreturn>
1108
+ <leak-ignore/>
1109
+ <returnValue type="bool"/>
1110
+ <arg nr="1" direction="in"/>
1111
+ </function>
1112
+ <!-- bool wxSQLite3Database::UserIsPrivileged( const wxString & username ) -->
1113
+ <function name="wxSQLite3Database::UserIsPrivileged">
1114
+ <noreturn>false</noreturn>
1115
+ <leak-ignore/>
1116
+ <returnValue type="bool"/>
1117
+ <use-retval/>
1118
+ <arg nr="1" direction="in"/>
1119
+ </function>
1120
+ <!-- bool wxSQLite3Database::UserLogin( const wxString & username, const wxString & password ) -->
1121
+ <function name="wxSQLite3Database::UserLogin">
1122
+ <noreturn>false</noreturn>
1123
+ <leak-ignore/>
1124
+ <returnValue type="bool"/>
1125
+ <arg nr="1" direction="in"/>
1126
+ <arg nr="2" direction="in"/>
1127
+ </function>
1128
+ <!-- void wxSQLite3Database::Vacuum( void ) -->
1129
+ <function name="wxSQLite3Database::Vacuum">
1130
+ <noreturn>false</noreturn>
1131
+ <leak-ignore/>
1132
+ <returnValue type="void"/>
1133
+ </function>
1134
+ <!-- const wxString wxSQLite3Exception::ErrorCodeAsString( int errorCode ) -->
1135
+ <function name="wxSQLite3Exception::ErrorCodeAsString">
1136
+ <noreturn>false</noreturn>
1137
+ <leak-ignore/>
1138
+ <returnValue type="const wxString"/>
1139
+ <pure/>
1140
+ <arg nr="1" direction="in">
1141
+ <not-uninit/>
1142
+ </arg>
1143
+ </function>
1144
+ <!-- int wxSQLite3Exception::GetErrorCode( void ) -->
1145
+ <function name="wxSQLite3Exception::GetErrorCode">
1146
+ <noreturn>false</noreturn>
1147
+ <leak-ignore/>
1148
+ <returnValue type="int"/>
1149
+ <use-retval/>
1150
+ </function>
1151
+ <!-- int wxSQLite3Exception::GetExtendedErrorCode( void ) -->
1152
+ <function name="wxSQLite3Exception::GetExtendedErrorCode">
1153
+ <noreturn>false</noreturn>
1154
+ <leak-ignore/>
1155
+ <returnValue type="int"/>
1156
+ <use-retval/>
1157
+ </function>
1158
+ <!-- const wxString wxSQLite3Exception::GetMessage( void ) -->
1159
+ <function name="wxSQLite3Exception::GetMessage">
1160
+ <noreturn>false</noreturn>
1161
+ <leak-ignore/>
1162
+ <returnValue type="const wxString"/>
1163
+ <use-retval/>
1164
+ </function>
1165
+ <!-- void wxSQLite3FunctionContext::ExecAggregateFinalize( void * ctx ) -->
1166
+ <function name="wxSQLite3FunctionContext::ExecAggregateFinalize">
1167
+ <noreturn>false</noreturn>
1168
+ <leak-ignore/>
1169
+ <returnValue type="void"/>
1170
+ <pure/>
1171
+ <arg nr="1" direction="inout"/>
1172
+ </function>
1173
+ <!-- void wxSQLite3FunctionContext::ExecAggregateStep( void * ctx, int argc, void * argv ) -->
1174
+ <function name="wxSQLite3FunctionContext::ExecAggregateStep">
1175
+ <noreturn>false</noreturn>
1176
+ <leak-ignore/>
1177
+ <returnValue type="void"/>
1178
+ <pure/>
1179
+ <arg nr="1" direction="inout"/>
1180
+ <arg nr="2" direction="in">
1181
+ <not-uninit/>
1182
+ </arg>
1183
+ <arg nr="3" direction="inout"/>
1184
+ </function>
1185
+ <!-- int wxSQLite3FunctionContext::ExecCommitHook( void * hook ) -->
1186
+ <function name="wxSQLite3FunctionContext::ExecCommitHook">
1187
+ <noreturn>false</noreturn>
1188
+ <leak-ignore/>
1189
+ <returnValue type="int"/>
1190
+ <pure/>
1191
+ <arg nr="1" direction="inout"/>
1192
+ </function>
1193
+ <!-- void wxSQLite3FunctionContext::ExecRollbackHook( void * hook ) -->
1194
+ <function name="wxSQLite3FunctionContext::ExecRollbackHook">
1195
+ <noreturn>false</noreturn>
1196
+ <leak-ignore/>
1197
+ <returnValue type="void"/>
1198
+ <pure/>
1199
+ <arg nr="1" direction="inout"/>
1200
+ </function>
1201
+ <!-- void wxSQLite3FunctionContext::ExecScalarFunction( void * ctx, int argc, void * argv ) -->
1202
+ <function name="wxSQLite3FunctionContext::ExecScalarFunction">
1203
+ <noreturn>false</noreturn>
1204
+ <leak-ignore/>
1205
+ <returnValue type="void"/>
1206
+ <pure/>
1207
+ <arg nr="1" direction="inout"/>
1208
+ <arg nr="2" direction="in">
1209
+ <not-uninit/>
1210
+ </arg>
1211
+ <arg nr="3" direction="inout"/>
1212
+ </function>
1213
+ <!-- void wxSQLite3FunctionContext::ExecWindowFinalize( void * ctx ) -->
1214
+ <function name="wxSQLite3FunctionContext::ExecWindowFinalize">
1215
+ <noreturn>false</noreturn>
1216
+ <leak-ignore/>
1217
+ <returnValue type="void"/>
1218
+ <pure/>
1219
+ <arg nr="1" direction="inout"/>
1220
+ </function>
1221
+ <!-- void wxSQLite3FunctionContext::ExecWindowInverse( void * ctx, int argc, void * argv ) -->
1222
+ <function name="wxSQLite3FunctionContext::ExecWindowInverse">
1223
+ <noreturn>false</noreturn>
1224
+ <leak-ignore/>
1225
+ <returnValue type="void"/>
1226
+ <pure/>
1227
+ <arg nr="1" direction="inout"/>
1228
+ <arg nr="2" direction="in">
1229
+ <not-uninit/>
1230
+ </arg>
1231
+ <arg nr="3" direction="inout"/>
1232
+ </function>
1233
+ <!-- void wxSQLite3FunctionContext::ExecWindowStep( void * ctx, int argc, void * argv ) -->
1234
+ <function name="wxSQLite3FunctionContext::ExecWindowStep">
1235
+ <noreturn>false</noreturn>
1236
+ <leak-ignore/>
1237
+ <returnValue type="void"/>
1238
+ <pure/>
1239
+ <arg nr="1" direction="inout"/>
1240
+ <arg nr="2" direction="in">
1241
+ <not-uninit/>
1242
+ </arg>
1243
+ <arg nr="3" direction="inout"/>
1244
+ </function>
1245
+ <!-- void wxSQLite3FunctionContext::ExecWindowValue( void * ctx ) -->
1246
+ <function name="wxSQLite3FunctionContext::ExecWindowValue">
1247
+ <noreturn>false</noreturn>
1248
+ <leak-ignore/>
1249
+ <returnValue type="void"/>
1250
+ <pure/>
1251
+ <arg nr="1" direction="inout"/>
1252
+ </function>
1253
+ <!-- int wxSQLite3FunctionContext::GetAggregateCount( void ) const -->
1254
+ <function name="wxSQLite3FunctionContext::GetAggregateCount">
1255
+ <noreturn>false</noreturn>
1256
+ <leak-ignore/>
1257
+ <returnValue type="int"/>
1258
+ <use-retval/>
1259
+ <const/>
1260
+ </function>
1261
+ <!-- void * wxSQLite3FunctionContext::GetAggregateStruct( int len ) const -->
1262
+ <function name="wxSQLite3FunctionContext::GetAggregateStruct">
1263
+ <noreturn>false</noreturn>
1264
+ <leak-ignore/>
1265
+ <returnValue type="void *"/>
1266
+ <const/>
1267
+ <arg nr="1" direction="in">
1268
+ <not-uninit/>
1269
+ </arg>
1270
+ </function>
1271
+ <!-- int wxSQLite3FunctionContext::GetArgCount( void ) const -->
1272
+ <function name="wxSQLite3FunctionContext::GetArgCount">
1273
+ <noreturn>false</noreturn>
1274
+ <leak-ignore/>
1275
+ <returnValue type="int"/>
1276
+ <use-retval/>
1277
+ <const/>
1278
+ </function>
1279
+ <!-- int wxSQLite3FunctionContext::GetArgType( int argIndex ) const -->
1280
+ <function name="wxSQLite3FunctionContext::GetArgType">
1281
+ <noreturn>false</noreturn>
1282
+ <leak-ignore/>
1283
+ <returnValue type="int"/>
1284
+ <const/>
1285
+ <arg nr="1" direction="in">
1286
+ <not-uninit/>
1287
+ </arg>
1288
+ </function>
1289
+ <!-- double wxSQLite3FunctionContext::GetDouble( int argIndex, double nullValue = 0 ) const -->
1290
+ <function name="wxSQLite3FunctionContext::GetDouble">
1291
+ <noreturn>false</noreturn>
1292
+ <leak-ignore/>
1293
+ <returnValue type="double"/>
1294
+ <const/>
1295
+ <arg nr="1" direction="in">
1296
+ <not-uninit/>
1297
+ </arg>
1298
+ <arg nr="2" default="0" direction="in">
1299
+ <not-uninit/>
1300
+ <valid>-1.79769e+308:1.79769e+308</valid>
1301
+ </arg>
1302
+ </function>
1303
+ <!-- int wxSQLite3FunctionContext::GetInt( int argIndex, int nullValue = 0 ) const -->
1304
+ <function name="wxSQLite3FunctionContext::GetInt">
1305
+ <noreturn>false</noreturn>
1306
+ <leak-ignore/>
1307
+ <returnValue type="int"/>
1308
+ <const/>
1309
+ <arg nr="1" direction="in">
1310
+ <not-uninit/>
1311
+ </arg>
1312
+ <arg nr="2" default="0" direction="in">
1313
+ <not-uninit/>
1314
+ </arg>
1315
+ </function>
1316
+ <!-- wxLongLong wxSQLite3FunctionContext::GetInt64( int argIndex, wxLongLong nullValue = 0 ) const -->
1317
+ <function name="wxSQLite3FunctionContext::GetInt64">
1318
+ <noreturn>false</noreturn>
1319
+ <leak-ignore/>
1320
+ <returnValue type="wxLongLong"/>
1321
+ <const/>
1322
+ <arg nr="1" direction="in">
1323
+ <not-uninit/>
1324
+ </arg>
1325
+ <arg nr="2" default="0" direction="in"/>
1326
+ </function>
1327
+ <!-- void * wxSQLite3FunctionContext::GetPointer( int argIndex, const wxString & pointerType ) const -->
1328
+ <function name="wxSQLite3FunctionContext::GetPointer">
1329
+ <noreturn>false</noreturn>
1330
+ <leak-ignore/>
1331
+ <returnValue type="void *"/>
1332
+ <const/>
1333
+ <arg nr="1" direction="in">
1334
+ <not-uninit/>
1335
+ </arg>
1336
+ <arg nr="2" direction="in"/>
1337
+ </function>
1338
+ <!-- wxString wxSQLite3FunctionContext::GetString( int argIndex, const wxString & nullValue = wxEmptyString ) const -->
1339
+ <function name="wxSQLite3FunctionContext::GetString">
1340
+ <noreturn>false</noreturn>
1341
+ <leak-ignore/>
1342
+ <returnValue type="wxString"/>
1343
+ <const/>
1344
+ <arg nr="1" direction="in">
1345
+ <not-uninit/>
1346
+ </arg>
1347
+ <arg nr="2" default="wxEmptyString" direction="in"/>
1348
+ </function>
1349
+ <!-- bool wxSQLite3FunctionContext::IsNull( int argIndex ) const -->
1350
+ <function name="wxSQLite3FunctionContext::IsNull">
1351
+ <noreturn>false</noreturn>
1352
+ <leak-ignore/>
1353
+ <returnValue type="bool"/>
1354
+ <use-retval/>
1355
+ <const/>
1356
+ <arg nr="1" direction="in">
1357
+ <not-uninit/>
1358
+ </arg>
1359
+ </function>
1360
+ <!-- const char * wxSQLite3FunctionContext::MakePointerTypeCopy( const wxString & pointerType ) -->
1361
+ <function name="wxSQLite3FunctionContext::MakePointerTypeCopy">
1362
+ <noreturn>false</noreturn>
1363
+ <leak-ignore/>
1364
+ <returnValue type="const char *"/>
1365
+ <arg nr="1" direction="in"/>
1366
+ </function>
1367
+ <!-- void wxSQLite3FunctionContext::SetResultArg( int argIndex ) -->
1368
+ <function name="wxSQLite3FunctionContext::SetResultArg">
1369
+ <noreturn>false</noreturn>
1370
+ <leak-ignore/>
1371
+ <returnValue type="void"/>
1372
+ <arg nr="1" direction="in">
1373
+ <not-uninit/>
1374
+ </arg>
1375
+ </function>
1376
+ <!-- void wxSQLite3FunctionContext::SetResultError( const wxString & errmsg ) -->
1377
+ <function name="wxSQLite3FunctionContext::SetResultError">
1378
+ <noreturn>false</noreturn>
1379
+ <leak-ignore/>
1380
+ <returnValue type="void"/>
1381
+ <arg nr="1" direction="in"/>
1382
+ </function>
1383
+ <!-- void wxSQLite3FunctionContext::SetResultNull( void ) -->
1384
+ <function name="wxSQLite3FunctionContext::SetResultNull">
1385
+ <noreturn>false</noreturn>
1386
+ <leak-ignore/>
1387
+ <returnValue type="void"/>
1388
+ </function>
1389
+ <!-- void wxSQLite3FunctionContext::SetResultZeroBlob( int blobSize ) -->
1390
+ <function name="wxSQLite3FunctionContext::SetResultZeroBlob">
1391
+ <noreturn>false</noreturn>
1392
+ <leak-ignore/>
1393
+ <returnValue type="void"/>
1394
+ <arg nr="1" direction="in">
1395
+ <not-uninit/>
1396
+ </arg>
1397
+ </function>
1398
+ <!-- bool wxSQLite3Hook::CommitCallback( void ) -->
1399
+ <function name="wxSQLite3Hook::CommitCallback">
1400
+ <noreturn>false</noreturn>
1401
+ <leak-ignore/>
1402
+ <returnValue type="bool"/>
1403
+ <use-retval/>
1404
+ </function>
1405
+ <!-- wxSQLite3Database * wxSQLite3Hook::GetDatabase( void ) -->
1406
+ <function name="wxSQLite3Hook::GetDatabase">
1407
+ <noreturn>false</noreturn>
1408
+ <leak-ignore/>
1409
+ <returnValue type="wxSQLite3Database *"/>
1410
+ <use-retval/>
1411
+ </function>
1412
+ <!-- void wxSQLite3Hook::RollbackCallback( void ) -->
1413
+ <function name="wxSQLite3Hook::RollbackCallback">
1414
+ <noreturn>false</noreturn>
1415
+ <leak-ignore/>
1416
+ <returnValue type="void"/>
1417
+ </function>
1418
+ <!-- void wxSQLite3Hook::SetDatabase( wxSQLite3Database * db ) -->
1419
+ <function name="wxSQLite3Hook::SetDatabase">
1420
+ <noreturn>false</noreturn>
1421
+ <leak-ignore/>
1422
+ <returnValue type="void"/>
1423
+ <arg nr="1" direction="inout"/>
1424
+ </function>
1425
+ <!-- void wxSQLite3Logger::Activate( bool active = true ) -->
1426
+ <function name="wxSQLite3Logger::Activate">
1427
+ <noreturn>false</noreturn>
1428
+ <leak-ignore/>
1429
+ <returnValue type="void"/>
1430
+ <arg nr="1" default="true" direction="in">
1431
+ <not-uninit/>
1432
+ </arg>
1433
+ </function>
1434
+ <!-- void wxSQLite3Logger::Deactivate( void ) -->
1435
+ <function name="wxSQLite3Logger::Deactivate">
1436
+ <noreturn>false</noreturn>
1437
+ <leak-ignore/>
1438
+ <returnValue type="void"/>
1439
+ </function>
1440
+ <!-- void wxSQLite3Logger::ExecLoggerHook( void * logger, int errorCode, const char * errorMsg ) -->
1441
+ <function name="wxSQLite3Logger::ExecLoggerHook">
1442
+ <noreturn>false</noreturn>
1443
+ <leak-ignore/>
1444
+ <returnValue type="void"/>
1445
+ <pure/>
1446
+ <arg nr="1" direction="inout"/>
1447
+ <arg nr="2" direction="in">
1448
+ <not-uninit/>
1449
+ </arg>
1450
+ <arg nr="3" direction="inout">
1451
+ <not-uninit/>
1452
+ </arg>
1453
+ </function>
1454
+ <!-- void wxSQLite3Logger::HandleLogMessage( int errorCode, const wxString & errorMessage ) -->
1455
+ <function name="wxSQLite3Logger::HandleLogMessage">
1456
+ <noreturn>false</noreturn>
1457
+ <leak-ignore/>
1458
+ <returnValue type="void"/>
1459
+ <arg nr="1" direction="in">
1460
+ <not-uninit/>
1461
+ </arg>
1462
+ <arg nr="2" direction="in"/>
1463
+ </function>
1464
+ <!-- bool wxSQLite3Logger::IsActive( void ) -->
1465
+ <function name="wxSQLite3Logger::IsActive">
1466
+ <noreturn>false</noreturn>
1467
+ <leak-ignore/>
1468
+ <returnValue type="bool"/>
1469
+ <use-retval/>
1470
+ </function>
1471
+ <!-- const wxString & wxSQLite3NamedCollection::GetName( void ) -->
1472
+ <function name="wxSQLite3NamedCollection::GetName">
1473
+ <noreturn>false</noreturn>
1474
+ <leak-ignore/>
1475
+ <returnValue type="const wxString &amp;"/>
1476
+ <use-retval/>
1477
+ </function>
1478
+ <!-- bool wxSQLite3NamedCollection::IsOk( void ) -->
1479
+ <function name="wxSQLite3NamedCollection::IsOk">
1480
+ <noreturn>false</noreturn>
1481
+ <leak-ignore/>
1482
+ <returnValue type="bool"/>
1483
+ <use-retval/>
1484
+ </function>
1485
+ <!-- void wxSQLite3RegExpOperator::Execute( wxSQLite3FunctionContext & ctx ) -->
1486
+ <function name="wxSQLite3RegExpOperator::Execute">
1487
+ <noreturn>false</noreturn>
1488
+ <leak-ignore/>
1489
+ <returnValue type="void"/>
1490
+ <arg nr="1" direction="inout"/>
1491
+ </function>
1492
+ <!-- void wxSQLite3ResultSet::CheckStmt( void ) const -->
1493
+ <function name="wxSQLite3ResultSet::CheckStmt">
1494
+ <noreturn>false</noreturn>
1495
+ <leak-ignore/>
1496
+ <returnValue type="void"/>
1497
+ <const/>
1498
+ </function>
1499
+ <!-- bool wxSQLite3ResultSet::CursorMoved( void ) const -->
1500
+ <function name="wxSQLite3ResultSet::CursorMoved">
1501
+ <noreturn>false</noreturn>
1502
+ <leak-ignore/>
1503
+ <returnValue type="bool"/>
1504
+ <use-retval/>
1505
+ <const/>
1506
+ </function>
1507
+ <!-- bool wxSQLite3ResultSet::Eof( void ) const -->
1508
+ <function name="wxSQLite3ResultSet::Eof">
1509
+ <noreturn>false</noreturn>
1510
+ <leak-ignore/>
1511
+ <returnValue type="bool"/>
1512
+ <use-retval/>
1513
+ <const/>
1514
+ </function>
1515
+ <!-- int wxSQLite3ResultSet::FindColumnIndex( const wxString & columnName ) const -->
1516
+ <function name="wxSQLite3ResultSet::FindColumnIndex">
1517
+ <noreturn>false</noreturn>
1518
+ <leak-ignore/>
1519
+ <returnValue type="int"/>
1520
+ <const/>
1521
+ <arg nr="1" direction="in"/>
1522
+ </function>
1523
+ <!-- int wxSQLite3ResultSet::GetColumnCount( void ) const -->
1524
+ <function name="wxSQLite3ResultSet::GetColumnCount">
1525
+ <noreturn>false</noreturn>
1526
+ <leak-ignore/>
1527
+ <returnValue type="int"/>
1528
+ <use-retval/>
1529
+ <const/>
1530
+ </function>
1531
+ <!-- wxString wxSQLite3ResultSet::GetColumnName( int columnIndex ) const -->
1532
+ <function name="wxSQLite3ResultSet::GetColumnName">
1533
+ <noreturn>false</noreturn>
1534
+ <leak-ignore/>
1535
+ <returnValue type="wxString"/>
1536
+ <const/>
1537
+ <arg nr="1" direction="in">
1538
+ <not-uninit/>
1539
+ </arg>
1540
+ </function>
1541
+ <!-- int wxSQLite3ResultSet::GetColumnType( int columnIndex ) const -->
1542
+ <function name="wxSQLite3ResultSet::GetColumnType">
1543
+ <noreturn>false</noreturn>
1544
+ <leak-ignore/>
1545
+ <returnValue type="int"/>
1546
+ <const/>
1547
+ <arg nr="1" direction="in">
1548
+ <not-uninit/>
1549
+ </arg>
1550
+ </function>
1551
+ <!-- wxString wxSQLite3ResultSet::GetDatabaseName( int columnIndex ) const -->
1552
+ <function name="wxSQLite3ResultSet::GetDatabaseName">
1553
+ <noreturn>false</noreturn>
1554
+ <leak-ignore/>
1555
+ <returnValue type="wxString"/>
1556
+ <const/>
1557
+ <arg nr="1" direction="in">
1558
+ <not-uninit/>
1559
+ </arg>
1560
+ </function>
1561
+ <!-- wxString wxSQLite3ResultSet::GetDeclaredColumnType( int columnIndex ) const -->
1562
+ <function name="wxSQLite3ResultSet::GetDeclaredColumnType">
1563
+ <noreturn>false</noreturn>
1564
+ <leak-ignore/>
1565
+ <returnValue type="wxString"/>
1566
+ <const/>
1567
+ <arg nr="1" direction="in">
1568
+ <not-uninit/>
1569
+ </arg>
1570
+ </function>
1571
+ <!-- wxString wxSQLite3ResultSet::GetExpandedSQL( void ) const -->
1572
+ <function name="wxSQLite3ResultSet::GetExpandedSQL">
1573
+ <noreturn>false</noreturn>
1574
+ <leak-ignore/>
1575
+ <returnValue type="wxString"/>
1576
+ <use-retval/>
1577
+ <const/>
1578
+ </function>
1579
+ <!-- wxString wxSQLite3ResultSet::GetOriginName( int columnIndex ) const -->
1580
+ <function name="wxSQLite3ResultSet::GetOriginName">
1581
+ <noreturn>false</noreturn>
1582
+ <leak-ignore/>
1583
+ <returnValue type="wxString"/>
1584
+ <const/>
1585
+ <arg nr="1" direction="in">
1586
+ <not-uninit/>
1587
+ </arg>
1588
+ </function>
1589
+ <!-- wxString wxSQLite3ResultSet::GetSQL( void ) const -->
1590
+ <function name="wxSQLite3ResultSet::GetSQL">
1591
+ <noreturn>false</noreturn>
1592
+ <leak-ignore/>
1593
+ <returnValue type="wxString"/>
1594
+ <use-retval/>
1595
+ <const/>
1596
+ </function>
1597
+ <!-- wxString wxSQLite3ResultSet::GetTableName( int columnIndex ) const -->
1598
+ <function name="wxSQLite3ResultSet::GetTableName">
1599
+ <noreturn>false</noreturn>
1600
+ <leak-ignore/>
1601
+ <returnValue type="wxString"/>
1602
+ <const/>
1603
+ <arg nr="1" direction="in">
1604
+ <not-uninit/>
1605
+ </arg>
1606
+ </function>
1607
+ <!-- bool wxSQLite3ResultSet::IsOk( void ) const -->
1608
+ <function name="wxSQLite3ResultSet::IsOk">
1609
+ <noreturn>false</noreturn>
1610
+ <leak-ignore/>
1611
+ <returnValue type="bool"/>
1612
+ <use-retval/>
1613
+ <const/>
1614
+ </function>
1615
+ <!-- bool wxSQLite3ResultSet::NextRow( void ) -->
1616
+ <function name="wxSQLite3ResultSet::NextRow">
1617
+ <noreturn>false</noreturn>
1618
+ <leak-ignore/>
1619
+ <returnValue type="bool"/>
1620
+ <use-retval/>
1621
+ </function>
1622
+ <!-- void wxSQLite3Statement::BindBool( int paramIndex, bool value ) -->
1623
+ <function name="wxSQLite3Statement::BindBool">
1624
+ <noreturn>false</noreturn>
1625
+ <leak-ignore/>
1626
+ <returnValue type="void"/>
1627
+ <arg nr="1" direction="in">
1628
+ <not-uninit/>
1629
+ </arg>
1630
+ <arg nr="2" direction="in">
1631
+ <not-uninit/>
1632
+ </arg>
1633
+ </function>
1634
+ <!-- void wxSQLite3Statement::BindDate( int paramIndex, const wxDateTime & date ) -->
1635
+ <function name="wxSQLite3Statement::BindDate">
1636
+ <noreturn>false</noreturn>
1637
+ <leak-ignore/>
1638
+ <returnValue type="void"/>
1639
+ <arg nr="1" direction="in">
1640
+ <not-uninit/>
1641
+ </arg>
1642
+ <arg nr="2" direction="in"/>
1643
+ </function>
1644
+ <!-- void wxSQLite3Statement::BindDateTime( int paramIndex, const wxDateTime & datetime ) -->
1645
+ <function name="wxSQLite3Statement::BindDateTime">
1646
+ <noreturn>false</noreturn>
1647
+ <leak-ignore/>
1648
+ <returnValue type="void"/>
1649
+ <arg nr="1" direction="in">
1650
+ <not-uninit/>
1651
+ </arg>
1652
+ <arg nr="2" direction="in"/>
1653
+ </function>
1654
+ <!-- void wxSQLite3Statement::BindJulianDayNumber( int paramIndex, const wxDateTime & datetime ) -->
1655
+ <function name="wxSQLite3Statement::BindJulianDayNumber">
1656
+ <noreturn>false</noreturn>
1657
+ <leak-ignore/>
1658
+ <returnValue type="void"/>
1659
+ <arg nr="1" direction="in">
1660
+ <not-uninit/>
1661
+ </arg>
1662
+ <arg nr="2" direction="in"/>
1663
+ </function>
1664
+ <!-- void wxSQLite3Statement::BindNull( int paramIndex ) -->
1665
+ <function name="wxSQLite3Statement::BindNull">
1666
+ <noreturn>false</noreturn>
1667
+ <leak-ignore/>
1668
+ <returnValue type="void"/>
1669
+ <arg nr="1" direction="in">
1670
+ <not-uninit/>
1671
+ </arg>
1672
+ </function>
1673
+ <!-- void wxSQLite3Statement::BindNumericDateTime( int paramIndex, const wxDateTime & datetime ) -->
1674
+ <function name="wxSQLite3Statement::BindNumericDateTime">
1675
+ <noreturn>false</noreturn>
1676
+ <leak-ignore/>
1677
+ <returnValue type="void"/>
1678
+ <arg nr="1" direction="in">
1679
+ <not-uninit/>
1680
+ </arg>
1681
+ <arg nr="2" direction="in"/>
1682
+ </function>
1683
+ <!-- void wxSQLite3Statement::BindTime( int paramIndex, const wxDateTime & time ) -->
1684
+ <function name="wxSQLite3Statement::BindTime">
1685
+ <noreturn>false</noreturn>
1686
+ <leak-ignore/>
1687
+ <returnValue type="void"/>
1688
+ <arg nr="1" direction="in">
1689
+ <not-uninit/>
1690
+ </arg>
1691
+ <arg nr="2" direction="in"/>
1692
+ </function>
1693
+ <!-- void wxSQLite3Statement::BindTimestamp( int paramIndex, const wxDateTime & timestamp ) -->
1694
+ <function name="wxSQLite3Statement::BindTimestamp">
1695
+ <noreturn>false</noreturn>
1696
+ <leak-ignore/>
1697
+ <returnValue type="void"/>
1698
+ <arg nr="1" direction="in">
1699
+ <not-uninit/>
1700
+ </arg>
1701
+ <arg nr="2" direction="in"/>
1702
+ </function>
1703
+ <!-- void wxSQLite3Statement::BindUnixDateTime( int paramIndex, const wxDateTime & datetime ) -->
1704
+ <function name="wxSQLite3Statement::BindUnixDateTime">
1705
+ <noreturn>false</noreturn>
1706
+ <leak-ignore/>
1707
+ <returnValue type="void"/>
1708
+ <arg nr="1" direction="in">
1709
+ <not-uninit/>
1710
+ </arg>
1711
+ <arg nr="2" direction="in"/>
1712
+ </function>
1713
+ <!-- void wxSQLite3Statement::BindZeroBlob( int paramIndex, int blobSize ) -->
1714
+ <function name="wxSQLite3Statement::BindZeroBlob">
1715
+ <noreturn>false</noreturn>
1716
+ <leak-ignore/>
1717
+ <returnValue type="void"/>
1718
+ <arg nr="1" direction="in">
1719
+ <not-uninit/>
1720
+ </arg>
1721
+ <arg nr="2" direction="in">
1722
+ <not-uninit/>
1723
+ </arg>
1724
+ </function>
1725
+ <!-- void wxSQLite3Statement::CheckDatabase( void ) const -->
1726
+ <function name="wxSQLite3Statement::CheckDatabase">
1727
+ <noreturn>false</noreturn>
1728
+ <leak-ignore/>
1729
+ <returnValue type="void"/>
1730
+ <const/>
1731
+ </function>
1732
+ <!-- void wxSQLite3Statement::CheckStmt( void ) const -->
1733
+ <function name="wxSQLite3Statement::CheckStmt">
1734
+ <noreturn>false</noreturn>
1735
+ <leak-ignore/>
1736
+ <returnValue type="void"/>
1737
+ <const/>
1738
+ </function>
1739
+ <!-- void wxSQLite3Statement::ClearBindings( void ) -->
1740
+ <function name="wxSQLite3Statement::ClearBindings">
1741
+ <noreturn>false</noreturn>
1742
+ <leak-ignore/>
1743
+ <returnValue type="void"/>
1744
+ </function>
1745
+ <!-- wxSQLite3ResultSet wxSQLite3Statement::ExecuteQuery( void ) -->
1746
+ <function name="wxSQLite3Statement::ExecuteQuery">
1747
+ <noreturn>false</noreturn>
1748
+ <leak-ignore/>
1749
+ <returnValue type="wxSQLite3ResultSet"/>
1750
+ <use-retval/>
1751
+ </function>
1752
+ <!-- int wxSQLite3Statement::ExecuteScalar( void ) -->
1753
+ <function name="wxSQLite3Statement::ExecuteScalar">
1754
+ <noreturn>false</noreturn>
1755
+ <leak-ignore/>
1756
+ <returnValue type="int"/>
1757
+ <use-retval/>
1758
+ </function>
1759
+ <!-- int wxSQLite3Statement::ExecuteUpdate( void ) -->
1760
+ <function name="wxSQLite3Statement::ExecuteUpdate">
1761
+ <noreturn>false</noreturn>
1762
+ <leak-ignore/>
1763
+ <returnValue type="int"/>
1764
+ <use-retval/>
1765
+ </function>
1766
+ <!-- wxString wxSQLite3Statement::GetExpandedSQL( void ) const -->
1767
+ <function name="wxSQLite3Statement::GetExpandedSQL">
1768
+ <noreturn>false</noreturn>
1769
+ <leak-ignore/>
1770
+ <returnValue type="wxString"/>
1771
+ <use-retval/>
1772
+ <const/>
1773
+ </function>
1774
+ <!-- int wxSQLite3Statement::GetParamCount( void ) const -->
1775
+ <function name="wxSQLite3Statement::GetParamCount">
1776
+ <noreturn>false</noreturn>
1777
+ <leak-ignore/>
1778
+ <returnValue type="int"/>
1779
+ <use-retval/>
1780
+ <const/>
1781
+ </function>
1782
+ <!-- int wxSQLite3Statement::GetParamIndex( const wxString & paramName ) const -->
1783
+ <function name="wxSQLite3Statement::GetParamIndex">
1784
+ <noreturn>false</noreturn>
1785
+ <leak-ignore/>
1786
+ <returnValue type="int"/>
1787
+ <const/>
1788
+ <arg nr="1" direction="in"/>
1789
+ </function>
1790
+ <!-- wxString wxSQLite3Statement::GetParamName( int paramIndex ) const -->
1791
+ <function name="wxSQLite3Statement::GetParamName">
1792
+ <noreturn>false</noreturn>
1793
+ <leak-ignore/>
1794
+ <returnValue type="wxString"/>
1795
+ <const/>
1796
+ <arg nr="1" direction="in">
1797
+ <not-uninit/>
1798
+ </arg>
1799
+ </function>
1800
+ <!-- wxString wxSQLite3Statement::GetSQL( void ) const -->
1801
+ <function name="wxSQLite3Statement::GetSQL">
1802
+ <noreturn>false</noreturn>
1803
+ <leak-ignore/>
1804
+ <returnValue type="wxString"/>
1805
+ <use-retval/>
1806
+ <const/>
1807
+ </function>
1808
+ <!-- bool wxSQLite3Statement::IsBusy( void ) const -->
1809
+ <function name="wxSQLite3Statement::IsBusy">
1810
+ <noreturn>false</noreturn>
1811
+ <leak-ignore/>
1812
+ <returnValue type="bool"/>
1813
+ <use-retval/>
1814
+ <const/>
1815
+ </function>
1816
+ <!-- bool wxSQLite3Statement::IsOk( void ) const -->
1817
+ <function name="wxSQLite3Statement::IsOk">
1818
+ <noreturn>false</noreturn>
1819
+ <leak-ignore/>
1820
+ <returnValue type="bool"/>
1821
+ <use-retval/>
1822
+ <const/>
1823
+ </function>
1824
+ <!-- bool wxSQLite3Statement::IsReadOnly( void ) const -->
1825
+ <function name="wxSQLite3Statement::IsReadOnly">
1826
+ <noreturn>false</noreturn>
1827
+ <leak-ignore/>
1828
+ <returnValue type="bool"/>
1829
+ <use-retval/>
1830
+ <const/>
1831
+ </function>
1832
+ <!-- void wxSQLite3Statement::Reset( void ) -->
1833
+ <function name="wxSQLite3Statement::Reset">
1834
+ <noreturn>false</noreturn>
1835
+ <leak-ignore/>
1836
+ <returnValue type="void"/>
1837
+ </function>
1838
+ <!-- int wxSQLite3Statement::Status( wxSQLite3StatementStatus opCode, bool resetFlag = false ) const -->
1839
+ <function name="wxSQLite3Statement::Status">
1840
+ <noreturn>false</noreturn>
1841
+ <leak-ignore/>
1842
+ <returnValue type="int"/>
1843
+ <const/>
1844
+ <arg nr="1" direction="in"/>
1845
+ <arg nr="2" default="false" direction="in">
1846
+ <not-uninit/>
1847
+ </arg>
1848
+ </function>
1849
+ <!-- void wxSQLite3StatementBuffer::Clear( void ) -->
1850
+ <function name="wxSQLite3StatementBuffer::Clear">
1851
+ <noreturn>false</noreturn>
1852
+ <leak-ignore/>
1853
+ <returnValue type="void"/>
1854
+ </function>
1855
+ <!-- const char * wxSQLite3StatementBuffer::FormatV( const char * format, va_list va ) -->
1856
+ <function name="wxSQLite3StatementBuffer::FormatV">
1857
+ <noreturn>false</noreturn>
1858
+ <leak-ignore/>
1859
+ <returnValue type="const char *"/>
1860
+ <arg nr="1" direction="inout">
1861
+ <not-uninit/>
1862
+ </arg>
1863
+ <arg nr="2" direction="in"/>
1864
+ </function>
1865
+ <!-- void wxSQLite3StringCollection::Bind( const wxArrayString & stringCollection ) -->
1866
+ <function name="wxSQLite3StringCollection::Bind">
1867
+ <noreturn>false</noreturn>
1868
+ <leak-ignore/>
1869
+ <returnValue type="void"/>
1870
+ <arg nr="1" direction="in"/>
1871
+ </function>
1872
+ <!-- void wxSQLite3Table::CheckResults( void ) const -->
1873
+ <function name="wxSQLite3Table::CheckResults">
1874
+ <noreturn>false</noreturn>
1875
+ <leak-ignore/>
1876
+ <returnValue type="void"/>
1877
+ <const/>
1878
+ </function>
1879
+ <!-- void wxSQLite3Table::Finalize( void ) -->
1880
+ <function name="wxSQLite3Table::Finalize">
1881
+ <noreturn>false</noreturn>
1882
+ <leak-ignore/>
1883
+ <returnValue type="void"/>
1884
+ </function>
1885
+ <!-- int wxSQLite3Table::FindColumnIndex( const wxString & columnName ) const -->
1886
+ <function name="wxSQLite3Table::FindColumnIndex">
1887
+ <noreturn>false</noreturn>
1888
+ <leak-ignore/>
1889
+ <returnValue type="int"/>
1890
+ <const/>
1891
+ <arg nr="1" direction="in"/>
1892
+ </function>
1893
+ <!-- int wxSQLite3Table::GetColumnCount( void ) const -->
1894
+ <function name="wxSQLite3Table::GetColumnCount">
1895
+ <noreturn>false</noreturn>
1896
+ <leak-ignore/>
1897
+ <returnValue type="int"/>
1898
+ <use-retval/>
1899
+ <const/>
1900
+ </function>
1901
+ <!-- wxString wxSQLite3Table::GetColumnName( int columnIndex ) const -->
1902
+ <function name="wxSQLite3Table::GetColumnName">
1903
+ <noreturn>false</noreturn>
1904
+ <leak-ignore/>
1905
+ <returnValue type="wxString"/>
1906
+ <const/>
1907
+ <arg nr="1" direction="in">
1908
+ <not-uninit/>
1909
+ </arg>
1910
+ </function>
1911
+ <!-- int wxSQLite3Table::GetRowCount( void ) const -->
1912
+ <function name="wxSQLite3Table::GetRowCount">
1913
+ <noreturn>false</noreturn>
1914
+ <leak-ignore/>
1915
+ <returnValue type="int"/>
1916
+ <use-retval/>
1917
+ <const/>
1918
+ </function>
1919
+ <!-- bool wxSQLite3Table::IsOk( void ) const -->
1920
+ <function name="wxSQLite3Table::IsOk">
1921
+ <noreturn>false</noreturn>
1922
+ <leak-ignore/>
1923
+ <returnValue type="bool"/>
1924
+ <use-retval/>
1925
+ <const/>
1926
+ </function>
1927
+ <!-- void wxSQLite3Table::SetRow( int row ) -->
1928
+ <function name="wxSQLite3Table::SetRow">
1929
+ <noreturn>false</noreturn>
1930
+ <leak-ignore/>
1931
+ <returnValue type="void"/>
1932
+ <arg nr="1" direction="in">
1933
+ <not-uninit/>
1934
+ </arg>
1935
+ </function>
1936
+ <!-- void wxSQLite3Transaction::Commit( void ) -->
1937
+ <function name="wxSQLite3Transaction::Commit">
1938
+ <noreturn>false</noreturn>
1939
+ <leak-ignore/>
1940
+ <returnValue type="void"/>
1941
+ </function>
1942
+ <!-- bool wxSQLite3Transaction::IsActive( void ) -->
1943
+ <function name="wxSQLite3Transaction::IsActive">
1944
+ <noreturn>false</noreturn>
1945
+ <leak-ignore/>
1946
+ <returnValue type="bool"/>
1947
+ <use-retval/>
1948
+ </function>
1949
+ <!-- void wxSQLite3Transaction::Rollback( void ) -->
1950
+ <function name="wxSQLite3Transaction::Rollback">
1951
+ <noreturn>false</noreturn>
1952
+ <leak-ignore/>
1953
+ <returnValue type="void"/>
1954
+ </function>
1955
+ </def>