ruby-oci8 2.1.2-x86-mingw32 → 2.1.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/.yardopts +3 -0
- data/COPYING +30 -0
- data/COPYING_old +64 -0
- data/ChangeLog +115 -0
- data/Makefile +8 -4
- data/NEWS +60 -1
- data/README.md +9 -4
- data/VERSION +1 -1
- data/dist-files +5 -0
- data/lib/oci8.rb +32 -19
- data/lib/oci8.rb.in +30 -17
- data/lib/oci8/connection_pool.rb +16 -27
- data/lib/oci8/cursor.rb +564 -0
- data/lib/oci8/datetime.rb +11 -17
- data/lib/oci8/encoding-init.rb +1 -0
- data/lib/oci8/metadata.rb +76 -151
- data/lib/oci8/object.rb +3 -3
- data/lib/oci8/oci8.rb +29 -335
- data/lib/oci8lib_18.map +1091 -1126
- data/lib/oci8lib_18.so +0 -0
- data/lib/oci8lib_191.map +1145 -1197
- data/lib/oci8lib_191.so +0 -0
- data/ruby-oci8.gemspec +1 -0
- data/setup.rb +4 -2
- data/test/config.rb +64 -0
- data/test/setup_test_object.sql +171 -0
- data/test/test_all.rb +1 -0
- data/test/test_break.rb +18 -2
- data/test/test_clob.rb +4 -4
- data/test/test_datetime.rb +8 -47
- data/test/test_metadata.rb +78 -0
- data/test/test_object.rb +463 -0
- data/test/test_oci8.rb +22 -0
- metadata +11 -6
data/lib/oci8lib_18.so
CHANGED
Binary file
|
data/lib/oci8lib_191.map
CHANGED
@@ -1,1201 +1,1149 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
707a09dc T _DeleteCriticalSection@4
|
2
|
+
70782180 T _DllMain@12
|
3
3
|
707810c0 T _DllMainCRTStartup@12
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
4
|
+
707a09ec T _EnterCriticalSection@4
|
5
|
+
707a09a4 T _FormatMessageA@28
|
6
|
+
707a09c4 T _FreeLibrary@4
|
7
|
+
707a099c T _GetLastError@0
|
8
|
+
707a09bc T _GetModuleFileNameA@12
|
9
|
+
707a097c T _GetModuleHandleA@4
|
10
|
+
707a0984 T _GetProcAddress@8
|
11
|
+
707842f0 T _Init_oci8
|
12
|
+
70798ad8 T _Init_oci8_apiwrap
|
13
|
+
70788bec T _Init_oci8_bind
|
14
|
+
70787380 T _Init_oci8_connection_pool
|
15
|
+
7079a2c4 T _Init_oci8_encoding
|
16
|
+
7078228c T _Init_oci8_env
|
17
|
+
70782970 T _Init_oci8_error
|
18
|
+
707868d0 T _Init_oci8_handle
|
19
|
+
7078bd64 T _Init_oci8_lob
|
20
|
+
707898a0 T _Init_oci8_metadata
|
21
|
+
70788260 T _Init_oci8_stmt
|
22
|
+
7079ae74 T _Init_oci8_thread_util
|
23
|
+
7079b260 T _Init_oci8_win32
|
24
|
+
70781764 T _Init_oci8lib_191
|
25
|
+
70793250 T _Init_oci_datetime
|
26
|
+
707911b8 T _Init_oci_number
|
27
|
+
707951dc T _Init_oci_object
|
28
|
+
7078d11c T _Init_ora_date
|
29
|
+
707a09e4 T _InitializeCriticalSection@4
|
30
|
+
707a0a1c T _InterlockedExchange@8
|
31
|
+
707a0a04 T _IsDBCSLeadByteEx@8
|
32
|
+
707a09f4 T _LeaveCriticalSection@4
|
33
|
+
707a0994 T _LoadLibraryA@4
|
34
|
+
707a0a0c T _MultiByteToWideChar@24
|
35
|
+
707a0a24 T _RegCloseKey@4
|
36
|
+
707a0a34 T _RegEnumKeyExA@32
|
37
|
+
707a0a2c T _RegOpenKeyExA@20
|
38
|
+
707a0a3c T _RegQueryValueExA@24
|
39
|
+
707a0a14 T _Sleep@4
|
40
|
+
707a09b4 T _TlsAlloc@0
|
41
|
+
707a098c T _TlsGetValue@4
|
42
|
+
707a09ac T _TlsSetValue@8
|
43
|
+
707a09d4 T _VirtualProtect@16
|
44
|
+
707a09cc T _VirtualQuery@12
|
45
|
+
707a09fc T _WideCharToMultiByte@32
|
46
|
+
707a0940 T _abort
|
47
|
+
7079ae54 t _adapter
|
48
48
|
70781204 t _at_exit_func
|
49
49
|
70781030 T _atexit
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
70787234 t _each_value
|
50
|
+
7078659c t _attr_get_binary
|
51
|
+
70785fa0 t _attr_get_boolean
|
52
|
+
7078649c t _attr_get_integer
|
53
|
+
7078633c t _attr_get_oradate
|
54
|
+
70786114 t _attr_get_sb1
|
55
|
+
7078605c t _attr_get_sb2
|
56
|
+
707867fc t _attr_get_sb4
|
57
|
+
7078673c t _attr_get_sb8
|
58
|
+
70786664 t _attr_get_string
|
59
|
+
70786284 t _attr_get_ub1
|
60
|
+
707861cc t _attr_get_ub2
|
61
|
+
70785570 t _attr_get_ub4
|
62
|
+
707852ac t _attr_get_ub8
|
63
|
+
707857d8 t _attr_set_binary
|
64
|
+
70785724 t _attr_set_boolean
|
65
|
+
70785648 t _attr_set_integer
|
66
|
+
70785bf4 t _attr_set_sb1
|
67
|
+
70785b30 t _attr_set_sb2
|
68
|
+
70785a64 t _attr_set_sb4
|
69
|
+
70785998 t _attr_set_sb8
|
70
|
+
707858ac t _attr_set_string
|
71
|
+
70785d74 t _attr_set_ub1
|
72
|
+
70785cb4 t _attr_set_ub2
|
73
|
+
70785eec t _attr_set_ub4
|
74
|
+
70785e34 t _attr_set_ub8
|
75
|
+
7078a7a4 t _bfile_close
|
76
|
+
707884bc t _bind_binary_double_get
|
77
|
+
7078839c t _bind_binary_double_init
|
78
|
+
70788498 t _bind_binary_double_set
|
79
|
+
7078f008 t _bind_float_get
|
80
|
+
70791c8c t _bind_free_common
|
81
|
+
70791c74 t _bind_init_common
|
82
|
+
70791d94 t _bind_init_elem_common.clone.0
|
83
|
+
7078e72c t _bind_integer_get
|
84
|
+
7078f750 t _bind_integer_set
|
85
|
+
7078b86c t _bind_lob_get
|
86
|
+
70789d2c t _bind_lob_init
|
87
|
+
70789d44 t _bind_lob_init_elem
|
88
|
+
70789f08 t _bind_lob_post_bind_hook_for_nclob
|
89
|
+
70789da0 t _bind_lob_set
|
90
|
+
70793b8c t _bind_name_type_post_bind_hook
|
91
|
+
70793568 t _bind_named_type_free
|
92
|
+
7079334c t _bind_named_type_get
|
93
|
+
70793358 t _bind_named_type_init
|
94
|
+
70793608 t _bind_named_type_init_elem
|
95
|
+
707933ec t _bind_named_type_mark
|
96
|
+
707933d0 t _bind_named_type_set
|
97
|
+
70791ce8 t _bind_ociinterval_ds_free
|
98
|
+
70792ea4 t _bind_ociinterval_ds_get
|
99
|
+
70791e38 t _bind_ociinterval_ds_init_elem
|
100
|
+
70793234 t _bind_ociinterval_ds_set
|
101
|
+
70791cfc t _bind_ociinterval_ym_free
|
102
|
+
70792af0 t _bind_ociinterval_ym_get
|
103
|
+
70791e54 t _bind_ociinterval_ym_init_elem
|
104
|
+
70792d88 t _bind_ociinterval_ym_set
|
105
|
+
7078e24c t _bind_ocinumber_get
|
106
|
+
7078d5c0 t _bind_ocinumber_init
|
107
|
+
7078db04 t _bind_ocinumber_init_elem
|
108
|
+
7078f7e4 t _bind_ocinumber_set
|
109
|
+
70791d24 t _bind_ocitimestamp_free
|
110
|
+
7079241c t _bind_ocitimestamp_get
|
111
|
+
70791e8c t _bind_ocitimestamp_init_elem
|
112
|
+
70792a08 t _bind_ocitimestamp_set
|
113
|
+
70791d10 t _bind_ocitimestamp_tz_free
|
114
|
+
70792400 t _bind_ocitimestamp_tz_get
|
115
|
+
70791d38 t _bind_ocitimestamp_tz_init
|
116
|
+
70791e70 t _bind_ocitimestamp_tz_init_elem
|
117
|
+
70792970 t _bind_ocitimestamp_tz_set
|
118
|
+
7078c70c t _bind_oradate_get
|
119
|
+
7078c390 t _bind_oradate_init
|
120
|
+
7078c3a8 t _bind_oradate_init_elem
|
121
|
+
7078c3e4 t _bind_oradate_set
|
122
|
+
70788594 t _bind_raw_get
|
123
|
+
707884d8 t _bind_raw_set
|
124
|
+
70787414 t _bind_stmt_init
|
125
|
+
7078742c t _bind_stmt_init_elem
|
126
|
+
70787480 t _bind_stmt_set
|
127
|
+
70788770 t _bind_string_get
|
128
|
+
707885b0 t _bind_string_init
|
129
|
+
70788a9c t _bind_string_post_bind_hook
|
130
|
+
707886ac t _bind_string_set
|
131
|
+
707a61fc b _cBigDecimal
|
132
|
+
707a6098 b _cOCI8
|
133
|
+
707a6134 b _cOCI8BFILE
|
134
|
+
707a6130 b _cOCI8BLOB
|
135
|
+
707a6218 b _cOCI8BindNamedType
|
136
|
+
707a6028 b _cOCI8BindTypeBase
|
137
|
+
707a60d4 b _cOCI8BindTypeBase
|
138
|
+
707a6128 b _cOCI8CLOB
|
139
|
+
707a6124 b _cOCI8LOB
|
140
|
+
707a6ed4 B _cOCI8MetadataBase
|
141
|
+
707a612c b _cOCI8NCLOB
|
142
|
+
707a6214 b _cOCI8NamedCollection
|
143
|
+
707a6210 b _cOCI8NamedType
|
144
|
+
707a620c b _cOCI8TDO
|
145
|
+
707a60cc b _cOCIConnectionPool
|
146
|
+
707a6148 b _cOCINumber
|
147
|
+
707a6ed0 B _cOCIStmt
|
148
|
+
707a6144 b _cOraDate
|
149
|
+
707a60a0 b _cServer
|
150
|
+
707a609c b _cSession
|
151
|
+
707a0950 T _calloc
|
152
|
+
7078550c t _check_data_range
|
153
|
+
707a6108 b _class_to_ptype
|
154
|
+
70783f2c t _complex_logoff_execute
|
155
|
+
70783294 t _complex_logoff_prepare
|
156
|
+
707a61ae b _const_PI2
|
157
|
+
707a6198 b _const_m1
|
158
|
+
707a61c4 b _const_mPI2
|
159
|
+
707a616c b _const_p1
|
160
|
+
707a6182 b _const_p10
|
161
|
+
707833b0 t _copy_server_handle
|
162
|
+
70783318 t _copy_session_handle
|
163
|
+
70787310 t _cpool_free_thread
|
164
|
+
707a6454 b _csid2name
|
165
|
+
707a645c b _csname2id
|
166
|
+
7079b200 t _dll_path
|
167
|
+
707a6044 b _dllmain_is_called
|
168
|
+
707a6528 b _dtoa_CS_init
|
169
|
+
707a6538 b _dtoa_CritSec
|
170
|
+
7079fd90 t _dtoa_lock
|
171
|
+
7079fe50 t _dtoa_lock_cleanup
|
172
|
+
7079fea0 t _dtoa_unlock
|
173
|
+
7078371c t _dummy_env_method_missing
|
174
|
+
707a6ecc B _eOCIBreak
|
175
|
+
707a6060 b _eOCIContinue
|
176
|
+
707a6048 b _eOCIError
|
177
|
+
707a6ec8 B _eOCIException
|
178
|
+
707a6054 b _eOCIInvalidHandle
|
179
|
+
707a6058 b _eOCINeedData
|
180
|
+
707a6050 b _eOCINoData
|
181
|
+
707a605c b _eOCIStillExecuting
|
182
|
+
707a604c b _eOCISuccessWithInfo
|
184
183
|
70781214 t _ensure_func
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
7079be78 T _rb_thread_blocking_region
|
1152
|
-
7079be70 T _rb_thread_current
|
1153
|
-
7079bf50 T _rb_thread_wakeup
|
1154
|
-
7079c168 T _rb_to_encoding
|
1155
|
-
7079bfa8 T _rb_to_id
|
1156
|
-
7078e060 t _rb_type
|
1157
|
-
7079bf70 T _rb_uint2big
|
1158
|
-
7079bfe8 T _rb_ull2inum
|
1159
|
-
7079c0a8 T _rb_usascii_encoding
|
1160
|
-
7079bef0 T _rb_usascii_str_new
|
1161
|
-
7079bed8 T _rb_usascii_str_new_cstr
|
1162
|
-
7079bf40 T _rb_w32_getpid
|
1163
|
-
7079c078 T _rb_yield
|
1164
|
-
7079c180 T _rb_yield_values
|
1165
|
-
7078e384 t _rboci8_type
|
1166
|
-
707a17d8 t _register_frame_ctor
|
1167
|
-
7078a418 t _rowid_ensure
|
1168
|
-
7079beb8 T _ruby_setenv
|
1169
|
-
7079beb0 T _ruby_strdup
|
1170
|
-
7079bec0 T _ruby_xfree
|
1171
|
-
7079bf08 T _ruby_xmalloc
|
1172
|
-
7079bec8 T _ruby_xrealloc
|
1173
|
-
707a7580 b _s_mbstate.15246
|
1174
|
-
707a71a8 b _seek_cur
|
1175
|
-
707a71ac b _seek_end
|
1176
|
-
707a71a4 b _seek_set
|
1177
|
-
70794824 t _set_attribute
|
1178
|
-
70782364 t _set_backtrace
|
1179
|
-
7078fd18 t _set_oci_number_from_num
|
1180
|
-
7078e13c t _set_oci_number_from_str
|
1181
|
-
70783cb8 t _simple_logoff_execute
|
1182
|
-
70783188 t _simple_logoff_prepare
|
1183
|
-
7079c980 T _snprintf
|
1184
|
-
70782340 t _sprintf
|
1185
|
-
7079bc84 t _sprintf
|
1186
|
-
707928d4 t _sprintf
|
1187
|
-
7078d48c t _sprintf
|
1188
|
-
707a1480 T _sprintf
|
1189
|
-
707a14cc T _strlen
|
1190
|
-
707a1458 T _strrchr
|
1191
|
-
707a7170 b _sym_char
|
1192
|
-
707a7168 b _sym_length
|
1193
|
-
707a716c b _sym_length_semantics
|
1194
|
-
707a7174 b _sym_nchar
|
1195
|
-
707a1468 T _time
|
1196
|
-
707a1498 T _vfprintf
|
1197
|
-
7079e980 T _vsnprintf
|
1198
|
-
707a7510 b _was_init.31087
|
1199
|
-
707a0110 T _wcrtomb
|
1200
|
-
707a14d4 T _wcslen
|
1201
|
-
707a0020 T _wcsrtombs
|
184
|
+
7079aeec t _enum_homes
|
185
|
+
7079af24 t _enum_homes_ensure
|
186
|
+
7079af64 t _enum_homes_real
|
187
|
+
707a6064 b _errbuf
|
188
|
+
707a6068 b _errbufsiz
|
189
|
+
707812d4 t _exec_sql
|
190
|
+
707a08e0 T _fflush
|
191
|
+
707a6000 b _first_atexit
|
192
|
+
707a0958 T _fputc
|
193
|
+
707a08d8 T _free
|
194
|
+
7078124c t _free_temp_lob
|
195
|
+
707a6568 b _freelist
|
196
|
+
707a0930 T _fwrite
|
197
|
+
70794b98 t _get_attribute
|
198
|
+
70782354 t _get_error_msg
|
199
|
+
70789a6c t _get_rowid_attr
|
200
|
+
7079b34c T _getenv
|
201
|
+
707a6024 b _hModule.42389
|
202
|
+
707a6168 b _id_BigDecimal
|
203
|
+
707a6164 b _id_Rational
|
204
|
+
707a60b0 b _id_at_prefetch_rows
|
205
|
+
707a60a8 b _id_at_server_handle
|
206
|
+
707a60a4 b _id_at_session_handle
|
207
|
+
707a60d8 b _id_bind_type
|
208
|
+
707a6150 b _id_cmp
|
209
|
+
707a6160 b _id_denominator
|
210
|
+
707a6110 b _id_dir_alias
|
211
|
+
707a6114 b _id_filename
|
212
|
+
707a6154 b _id_finite_p
|
213
|
+
707a615c b _id_numerator
|
214
|
+
707a610c b _id_plus
|
215
|
+
707a614c b _id_power
|
216
|
+
707a6208 b _id_set_attributes
|
217
|
+
707a60b4 b _id_set_prefetch_rows
|
218
|
+
707a6158 b _id_split
|
219
|
+
707a6204 b _id_to_value
|
220
|
+
707a6458 b _id_upcase
|
221
|
+
707a6498 b _initialized
|
222
|
+
707a6518 b _internal_mbstate.15179
|
223
|
+
707a6508 b _internal_mbstate.15203
|
224
|
+
707a64e0 b _key_dtor_list
|
225
|
+
7078b25c t _lob_close
|
226
|
+
7078ac24 t _lob_open
|
227
|
+
707a0960 T _localeconv
|
228
|
+
707a0910 T _localtime
|
229
|
+
707a602c b _mOCI8BindType
|
230
|
+
707a6100 b _mOCI8Metadata
|
231
|
+
707a08e8 T _malloc
|
232
|
+
7079f770 T _mbrlen
|
233
|
+
7079f8e0 T _mbrtowc
|
234
|
+
7079f7c0 T _mbsrtowcs
|
235
|
+
707a0948 T _memcpy
|
236
|
+
707a0918 T _memmove
|
237
|
+
707a0900 T _memset
|
238
|
+
70788ee0 t _metadata_get_con
|
239
|
+
7078978c t _metadata_get_param
|
240
|
+
707896ec t _metadata_get_param_at
|
241
|
+
70788f78 t _metadata_get_tdo_id
|
242
|
+
70789570 t _metadata_get_type_metadata
|
243
|
+
70788ef0 t _metadata_is_implicit_p
|
244
|
+
70788f34 t _metadata_s_register_ptype
|
245
|
+
707a646c B _mingw_initltsdrot_force
|
246
|
+
707a6470 B _mingw_initltsdyn_force
|
247
|
+
707a6474 B _mingw_initltssuo_force
|
248
|
+
707a6074 b _msghp
|
249
|
+
707a6010 b _next_atexit
|
250
|
+
70798a64 T _oci8_OCIArrayDescriptorAlloc
|
251
|
+
707a644c b _oci8_OCIArrayDescriptorAlloc_func
|
252
|
+
70798aa4 T _oci8_OCIArrayDescriptorFree
|
253
|
+
707a6450 b _oci8_OCIArrayDescriptorFree_func
|
254
|
+
70796008 T _oci8_OCIAttrGet
|
255
|
+
707956f8 t _oci8_OCIAttrGet_cb
|
256
|
+
707a6224 b _oci8_OCIAttrGet_func
|
257
|
+
70796048 T _oci8_OCIAttrGet_nb
|
258
|
+
707960bc T _oci8_OCIAttrSet
|
259
|
+
707a6228 b _oci8_OCIAttrSet_func
|
260
|
+
707960fc T _oci8_OCIBindArrayOfStruct
|
261
|
+
707a622c b _oci8_OCIBindArrayOfStruct_func
|
262
|
+
7079613c T _oci8_OCIBindByName
|
263
|
+
707a6230 b _oci8_OCIBindByName_func
|
264
|
+
707961b4 T _oci8_OCIBindByPos
|
265
|
+
707a6234 b _oci8_OCIBindByPos_func
|
266
|
+
70796228 T _oci8_OCIBindObject
|
267
|
+
707a6238 b _oci8_OCIBindObject_func
|
268
|
+
7079626c T _oci8_OCIBreak
|
269
|
+
707a623c b _oci8_OCIBreak_func
|
270
|
+
707988ec T _oci8_OCIClientVersion
|
271
|
+
707a643c b _oci8_OCIClientVersion_func
|
272
|
+
707962a4 T _oci8_OCICollAppend
|
273
|
+
707a6240 b _oci8_OCICollAppend_func
|
274
|
+
707962e0 T _oci8_OCICollAssignElem
|
275
|
+
707a6244 b _oci8_OCICollAssignElem_func
|
276
|
+
70796320 T _oci8_OCICollGetElem
|
277
|
+
707a6248 b _oci8_OCICollGetElem_func
|
278
|
+
70796364 T _oci8_OCICollSize
|
279
|
+
707a624c b _oci8_OCICollSize_func
|
280
|
+
707963a0 T _oci8_OCICollTrim
|
281
|
+
707a6250 b _oci8_OCICollTrim_func
|
282
|
+
7079811c T _oci8_OCIConnectionPoolCreate
|
283
|
+
707a63e4 b _oci8_OCIConnectionPoolCreate_func
|
284
|
+
70798190 T _oci8_OCIConnectionPoolDestroy
|
285
|
+
707a63e8 b _oci8_OCIConnectionPoolDestroy_func
|
286
|
+
70795f4c t _oci8_OCIDBShutdown_cb
|
287
|
+
707a6440 b _oci8_OCIDBShutdown_func
|
288
|
+
70798928 T _oci8_OCIDBShutdown_nb
|
289
|
+
70795f8c t _oci8_OCIDBStartup_cb
|
290
|
+
707a6444 b _oci8_OCIDBStartup_func
|
291
|
+
70798990 T _oci8_OCIDBStartup_nb
|
292
|
+
707981c4 T _oci8_OCIDateTimeConstruct
|
293
|
+
707a63ec b _oci8_OCIDateTimeConstruct_func
|
294
|
+
70798258 T _oci8_OCIDateTimeGetDate
|
295
|
+
707a63f0 b _oci8_OCIDateTimeGetDate_func
|
296
|
+
70798298 T _oci8_OCIDateTimeGetTime
|
297
|
+
707982dc T _oci8_OCIDateTimeGetTimeZoneOffset
|
298
|
+
707a63f8 b _oci8_OCIDateTimeGetTimeZoneOffset_func
|
299
|
+
707a63f4 b _oci8_OCIDateTimeGetTime_func
|
300
|
+
707963dc T _oci8_OCIDefineArrayOfStruct
|
301
|
+
707a6254 b _oci8_OCIDefineArrayOfStruct_func
|
302
|
+
7079641c T _oci8_OCIDefineByPos
|
303
|
+
707a6258 b _oci8_OCIDefineByPos_func
|
304
|
+
70796484 T _oci8_OCIDefineObject
|
305
|
+
707a625c b _oci8_OCIDefineObject_func
|
306
|
+
70795744 t _oci8_OCIDescribeAny_cb
|
307
|
+
707a6260 b _oci8_OCIDescribeAny_func
|
308
|
+
707964c8 T _oci8_OCIDescribeAny_nb
|
309
|
+
70796550 T _oci8_OCIDescriptorAlloc
|
310
|
+
707a6264 b _oci8_OCIDescriptorAlloc_func
|
311
|
+
7079658c T _oci8_OCIDescriptorFree
|
312
|
+
707a6268 b _oci8_OCIDescriptorFree_func
|
313
|
+
70797b88 T _oci8_OCIEnvCreate
|
314
|
+
707a63a4 b _oci8_OCIEnvCreate_func
|
315
|
+
707965c4 T _oci8_OCIErrorGet
|
316
|
+
707a626c b _oci8_OCIErrorGet_func
|
317
|
+
70796608 T _oci8_OCIHandleAlloc
|
318
|
+
707a6270 b _oci8_OCIHandleAlloc_func
|
319
|
+
70796644 T _oci8_OCIHandleFree
|
320
|
+
707a6274 b _oci8_OCIHandleFree_func
|
321
|
+
70798318 T _oci8_OCIIntervalFromText
|
322
|
+
707a63fc b _oci8_OCIIntervalFromText_func
|
323
|
+
70798354 T _oci8_OCIIntervalGetDaySecond
|
324
|
+
707a6400 b _oci8_OCIIntervalGetDaySecond_func
|
325
|
+
707983a0 T _oci8_OCIIntervalGetYearMonth
|
326
|
+
707a6404 b _oci8_OCIIntervalGetYearMonth_func
|
327
|
+
707983dc T _oci8_OCIIntervalSetDaySecond
|
328
|
+
707a6408 b _oci8_OCIIntervalSetDaySecond_func
|
329
|
+
70798428 T _oci8_OCIIntervalSetYearMonth
|
330
|
+
707a640c b _oci8_OCIIntervalSetYearMonth_func
|
331
|
+
70796678 T _oci8_OCILobAssign
|
332
|
+
707a6278 b _oci8_OCILobAssign_func
|
333
|
+
70795be8 t _oci8_OCILobClose_cb
|
334
|
+
707a63a8 b _oci8_OCILobClose_func
|
335
|
+
70797bd4 T _oci8_OCILobClose_nb
|
336
|
+
70795c20 t _oci8_OCILobCreateTemporary_cb
|
337
|
+
707a63ac b _oci8_OCILobCreateTemporary_func
|
338
|
+
70797c38 T _oci8_OCILobCreateTemporary_nb
|
339
|
+
707957d8 t _oci8_OCILobFileCloseAll_cb
|
340
|
+
707a6280 b _oci8_OCILobFileCloseAll_func
|
341
|
+
70796718 T _oci8_OCILobFileCloseAll_nb
|
342
|
+
707957a0 t _oci8_OCILobFileClose_cb
|
343
|
+
707a627c b _oci8_OCILobFileClose_func
|
344
|
+
707966b4 T _oci8_OCILobFileClose_nb
|
345
|
+
70795808 t _oci8_OCILobFileExists_cb
|
346
|
+
707a6284 b _oci8_OCILobFileExists_func
|
347
|
+
70796774 T _oci8_OCILobFileExists_nb
|
348
|
+
707967dc T _oci8_OCILobFileGetName
|
349
|
+
707a6288 b _oci8_OCILobFileGetName_func
|
350
|
+
70795848 t _oci8_OCILobFileOpen_cb
|
351
|
+
707a628c b _oci8_OCILobFileOpen_func
|
352
|
+
70796820 T _oci8_OCILobFileOpen_nb
|
353
|
+
70796888 T _oci8_OCILobFileSetName
|
354
|
+
707a6290 b _oci8_OCILobFileSetName_func
|
355
|
+
70797cc4 T _oci8_OCILobFreeTemporary
|
356
|
+
707a63b0 b _oci8_OCILobFreeTemporary_func
|
357
|
+
70795c80 t _oci8_OCILobGetChunkSize_cb
|
358
|
+
707a63b4 b _oci8_OCILobGetChunkSize_func
|
359
|
+
70797cf8 T _oci8_OCILobGetChunkSize_nb
|
360
|
+
70795da8 t _oci8_OCILobGetLength2_cb
|
361
|
+
707a642c b _oci8_OCILobGetLength2_func
|
362
|
+
70798680 T _oci8_OCILobGetLength2_nb
|
363
|
+
70795888 t _oci8_OCILobGetLength_cb
|
364
|
+
707a6294 b _oci8_OCILobGetLength_func
|
365
|
+
707968e0 T _oci8_OCILobGetLength_nb
|
366
|
+
70797d60 T _oci8_OCILobIsTemporary
|
367
|
+
707a63b8 b _oci8_OCILobIsTemporary_func
|
368
|
+
70795cc0 t _oci8_OCILobLocatorAssign_cb
|
369
|
+
707a63bc b _oci8_OCILobLocatorAssign_func
|
370
|
+
70797d9c T _oci8_OCILobLocatorAssign_nb
|
371
|
+
70796948 T _oci8_OCILobLocatorIsInit
|
372
|
+
707a6298 b _oci8_OCILobLocatorIsInit_func
|
373
|
+
70795d00 t _oci8_OCILobOpen_cb
|
374
|
+
707a63c0 b _oci8_OCILobOpen_func
|
375
|
+
70797e04 T _oci8_OCILobOpen_nb
|
376
|
+
70795de8 t _oci8_OCILobRead2_cb
|
377
|
+
707a6430 b _oci8_OCILobRead2_func
|
378
|
+
707986e8 T _oci8_OCILobRead2_nb
|
379
|
+
707958c8 t _oci8_OCILobRead_cb
|
380
|
+
707a629c b _oci8_OCILobRead_func
|
381
|
+
70796984 T _oci8_OCILobRead_nb
|
382
|
+
70795e78 t _oci8_OCILobTrim2_cb
|
383
|
+
707a6434 b _oci8_OCILobTrim2_func
|
384
|
+
707987b0 T _oci8_OCILobTrim2_nb
|
385
|
+
70795938 t _oci8_OCILobTrim_cb
|
386
|
+
707a62a0 b _oci8_OCILobTrim_func
|
387
|
+
70796a1c T _oci8_OCILobTrim_nb
|
388
|
+
70795ebc t _oci8_OCILobWrite2_cb
|
389
|
+
707a6438 b _oci8_OCILobWrite2_func
|
390
|
+
70798824 T _oci8_OCILobWrite2_nb
|
391
|
+
70795978 t _oci8_OCILobWrite_cb
|
392
|
+
707a62a4 b _oci8_OCILobWrite_func
|
393
|
+
70796a84 T _oci8_OCILobWrite_nb
|
394
|
+
70796b24 T _oci8_OCILogoff
|
395
|
+
707a62a8 b _oci8_OCILogoff_func
|
396
|
+
70795d40 t _oci8_OCILogon2_cb
|
397
|
+
707a6410 b _oci8_OCILogon2_func
|
398
|
+
70798464 T _oci8_OCILogon2_nb
|
399
|
+
70797e6c T _oci8_OCIMessageGet
|
400
|
+
707a63c4 b _oci8_OCIMessageGet_func
|
401
|
+
70797ea8 T _oci8_OCIMessageOpen
|
402
|
+
707a63c8 b _oci8_OCIMessageOpen_func
|
403
|
+
70798578 T _oci8_OCINlsCharSetIdToName
|
404
|
+
707a641c b _oci8_OCINlsCharSetIdToName_func
|
405
|
+
707985bc T _oci8_OCINlsCharSetNameToId
|
406
|
+
707a6420 b _oci8_OCINlsCharSetNameToId_func
|
407
|
+
70796b58 T _oci8_OCINumberAbs
|
408
|
+
707a62ac b _oci8_OCINumberAbs_func
|
409
|
+
70796b90 T _oci8_OCINumberAdd
|
410
|
+
707a62b0 b _oci8_OCINumberAdd_func
|
411
|
+
70796bcc T _oci8_OCINumberArcCos
|
412
|
+
707a62b4 b _oci8_OCINumberArcCos_func
|
413
|
+
70796c00 T _oci8_OCINumberArcSin
|
414
|
+
707a62b8 b _oci8_OCINumberArcSin_func
|
415
|
+
70796c38 T _oci8_OCINumberArcTan
|
416
|
+
70796c70 T _oci8_OCINumberArcTan2
|
417
|
+
707a62c0 b _oci8_OCINumberArcTan2_func
|
418
|
+
707a62bc b _oci8_OCINumberArcTan_func
|
419
|
+
70796cac T _oci8_OCINumberAssign
|
420
|
+
707a62c4 b _oci8_OCINumberAssign_func
|
421
|
+
70796ce0 T _oci8_OCINumberCeil
|
422
|
+
707a62c8 b _oci8_OCINumberCeil_func
|
423
|
+
70796d18 T _oci8_OCINumberCmp
|
424
|
+
707a62cc b _oci8_OCINumberCmp_func
|
425
|
+
70796d54 T _oci8_OCINumberCos
|
426
|
+
707a62d0 b _oci8_OCINumberCos_func
|
427
|
+
70796d88 T _oci8_OCINumberDiv
|
428
|
+
707a62d4 b _oci8_OCINumberDiv_func
|
429
|
+
70796dc4 T _oci8_OCINumberExp
|
430
|
+
707a62d8 b _oci8_OCINumberExp_func
|
431
|
+
70796dfc T _oci8_OCINumberFloor
|
432
|
+
707a62dc b _oci8_OCINumberFloor_func
|
433
|
+
70796e30 T _oci8_OCINumberFromInt
|
434
|
+
707a62e0 b _oci8_OCINumberFromInt_func
|
435
|
+
70796e6c T _oci8_OCINumberFromReal
|
436
|
+
707a62e4 b _oci8_OCINumberFromReal_func
|
437
|
+
70796ea8 T _oci8_OCINumberFromText
|
438
|
+
707a62e8 b _oci8_OCINumberFromText_func
|
439
|
+
70796ef4 T _oci8_OCINumberHypCos
|
440
|
+
707a62ec b _oci8_OCINumberHypCos_func
|
441
|
+
70796f28 T _oci8_OCINumberHypSin
|
442
|
+
707a62f0 b _oci8_OCINumberHypSin_func
|
443
|
+
70796f60 T _oci8_OCINumberHypTan
|
444
|
+
707a62f4 b _oci8_OCINumberHypTan_func
|
445
|
+
70796f98 T _oci8_OCINumberIntPower
|
446
|
+
707a62f8 b _oci8_OCINumberIntPower_func
|
447
|
+
70797ef0 T _oci8_OCINumberIsInt
|
448
|
+
707a63cc b _oci8_OCINumberIsInt_func
|
449
|
+
70796fd4 T _oci8_OCINumberIsZero
|
450
|
+
707a62fc b _oci8_OCINumberIsZero_func
|
451
|
+
70797008 T _oci8_OCINumberLn
|
452
|
+
707a6300 b _oci8_OCINumberLn_func
|
453
|
+
70797040 T _oci8_OCINumberLog
|
454
|
+
707a6304 b _oci8_OCINumberLog_func
|
455
|
+
7079707c T _oci8_OCINumberMod
|
456
|
+
707a6308 b _oci8_OCINumberMod_func
|
457
|
+
707970b8 T _oci8_OCINumberMul
|
458
|
+
707a630c b _oci8_OCINumberMul_func
|
459
|
+
707970f4 T _oci8_OCINumberNeg
|
460
|
+
707a6310 b _oci8_OCINumberNeg_func
|
461
|
+
7079712c T _oci8_OCINumberPower
|
462
|
+
707a6314 b _oci8_OCINumberPower_func
|
463
|
+
70797f9c T _oci8_OCINumberPrec
|
464
|
+
707a63d0 b _oci8_OCINumberPrec_func
|
465
|
+
70797168 T _oci8_OCINumberRound
|
466
|
+
707a6318 b _oci8_OCINumberRound_func
|
467
|
+
70797fd8 T _oci8_OCINumberSetPi
|
468
|
+
707a63d4 b _oci8_OCINumberSetPi_func
|
469
|
+
707971a4 T _oci8_OCINumberSetZero
|
470
|
+
707a631c b _oci8_OCINumberSetZero_func
|
471
|
+
70798008 T _oci8_OCINumberShift
|
472
|
+
707a63d8 b _oci8_OCINumberShift_func
|
473
|
+
70798044 T _oci8_OCINumberSign
|
474
|
+
707a63dc b _oci8_OCINumberSign_func
|
475
|
+
707971d8 T _oci8_OCINumberSin
|
476
|
+
707a6320 b _oci8_OCINumberSin_func
|
477
|
+
70797210 T _oci8_OCINumberSqrt
|
478
|
+
707a6324 b _oci8_OCINumberSqrt_func
|
479
|
+
70797248 T _oci8_OCINumberSub
|
480
|
+
707a6328 b _oci8_OCINumberSub_func
|
481
|
+
70797284 T _oci8_OCINumberTan
|
482
|
+
707a632c b _oci8_OCINumberTan_func
|
483
|
+
707972b8 T _oci8_OCINumberToInt
|
484
|
+
707a6330 b _oci8_OCINumberToInt_func
|
485
|
+
707972f4 T _oci8_OCINumberToReal
|
486
|
+
707a6334 b _oci8_OCINumberToReal_func
|
487
|
+
70797330 T _oci8_OCINumberToText
|
488
|
+
707a6338 b _oci8_OCINumberToText_func
|
489
|
+
7079737c T _oci8_OCINumberTrunc
|
490
|
+
707a633c b _oci8_OCINumberTrunc_func
|
491
|
+
707973b8 T _oci8_OCIObjectFree
|
492
|
+
707a6340 b _oci8_OCIObjectFree_func
|
493
|
+
707973fc T _oci8_OCIObjectGetInd
|
494
|
+
707a6344 b _oci8_OCIObjectGetInd_func
|
495
|
+
70797438 T _oci8_OCIObjectNew
|
496
|
+
707a6348 b _oci8_OCIObjectNew_func
|
497
|
+
707959f0 t _oci8_OCIObjectPin_cb
|
498
|
+
707a634c b _oci8_OCIObjectPin_func
|
499
|
+
7079749c T _oci8_OCIObjectPin_nb
|
500
|
+
7079751c T _oci8_OCIObjectUnpin
|
501
|
+
707a6350 b _oci8_OCIObjectUnpin_func
|
502
|
+
70797550 T _oci8_OCIParamGet
|
503
|
+
707a6354 b _oci8_OCIParamGet_func
|
504
|
+
70795fd0 t _oci8_OCIPing_cb
|
505
|
+
707a6448 b _oci8_OCIPing_func
|
506
|
+
70798a00 T _oci8_OCIPing_nb
|
507
|
+
7079758c T _oci8_OCIRawAssignBytes
|
508
|
+
707a6358 b _oci8_OCIRawAssignBytes_func
|
509
|
+
707975c8 T _oci8_OCIRawPtr
|
510
|
+
707a635c b _oci8_OCIRawPtr_func
|
511
|
+
707975fc T _oci8_OCIRawSize
|
512
|
+
707a6360 b _oci8_OCIRawSize_func
|
513
|
+
707980e4 T _oci8_OCIReset
|
514
|
+
707a63e0 b _oci8_OCIReset_func
|
515
|
+
707984f0 T _oci8_OCIRowidToChar
|
516
|
+
707a6414 b _oci8_OCIRowidToChar_func
|
517
|
+
70795a4c t _oci8_OCIServerAttach_cb
|
518
|
+
707a6364 b _oci8_OCIServerAttach_func
|
519
|
+
70797634 T _oci8_OCIServerAttach_nb
|
520
|
+
707976a4 T _oci8_OCIServerDetach
|
521
|
+
707a6368 b _oci8_OCIServerDetach_func
|
522
|
+
7079852c T _oci8_OCIServerRelease
|
523
|
+
707a6418 b _oci8_OCIServerRelease_func
|
524
|
+
707976d8 T _oci8_OCIServerVersion
|
525
|
+
707a636c b _oci8_OCIServerVersion_func
|
526
|
+
70795a90 t _oci8_OCISessionBegin_cb
|
527
|
+
707a6370 b _oci8_OCISessionBegin_func
|
528
|
+
70797724 T _oci8_OCISessionBegin_nb
|
529
|
+
70797794 T _oci8_OCISessionEnd
|
530
|
+
707a6374 b _oci8_OCISessionEnd_func
|
531
|
+
70795ad4 t _oci8_OCIStmtExecute_cb
|
532
|
+
707a6378 b _oci8_OCIStmtExecute_func
|
533
|
+
707977d0 T _oci8_OCIStmtExecute_nb
|
534
|
+
70795b30 t _oci8_OCIStmtFetch_cb
|
535
|
+
707a637c b _oci8_OCIStmtFetch_func
|
536
|
+
70797850 T _oci8_OCIStmtFetch_nb
|
537
|
+
707978c0 T _oci8_OCIStmtGetPieceInfo
|
538
|
+
707a6380 b _oci8_OCIStmtGetPieceInfo_func
|
539
|
+
7079790c T _oci8_OCIStmtPrepare
|
540
|
+
707985f4 T _oci8_OCIStmtPrepare2
|
541
|
+
707a6424 b _oci8_OCIStmtPrepare2_func
|
542
|
+
707a6384 b _oci8_OCIStmtPrepare_func
|
543
|
+
70798644 T _oci8_OCIStmtRelease
|
544
|
+
707a6428 b _oci8_OCIStmtRelease_func
|
545
|
+
7079794c T _oci8_OCIStmtSetPieceInfo
|
546
|
+
707a6388 b _oci8_OCIStmtSetPieceInfo_func
|
547
|
+
707979a4 T _oci8_OCIStringAssignText
|
548
|
+
707a638c b _oci8_OCIStringAssignText_func
|
549
|
+
707979e0 T _oci8_OCIStringPtr
|
550
|
+
707a6390 b _oci8_OCIStringPtr_func
|
551
|
+
70797a18 T _oci8_OCIStringSize
|
552
|
+
707a6394 b _oci8_OCIStringSize_func
|
553
|
+
70795b78 t _oci8_OCITransCommit_cb
|
554
|
+
707a6398 b _oci8_OCITransCommit_func
|
555
|
+
70797a50 T _oci8_OCITransCommit_nb
|
556
|
+
70797ab4 T _oci8_OCITransRollback
|
557
|
+
70795bb0 t _oci8_OCITransRollback_cb
|
558
|
+
707a639c b _oci8_OCITransRollback_func
|
559
|
+
70797aec T _oci8_OCITransRollback_nb
|
560
|
+
70797b50 T _oci8_OCITypeTypeCode
|
561
|
+
707a63a0 b _oci8_OCITypeTypeCode_func
|
562
|
+
70783448 t _oci8_allocate_handles
|
563
|
+
7078bd44 T _oci8_assign_bfile
|
564
|
+
7078bd24 T _oci8_assign_blob
|
565
|
+
7078bce4 T _oci8_assign_clob
|
566
|
+
7078a26c t _oci8_assign_lob
|
567
|
+
7078bd04 T _oci8_assign_nclob
|
568
|
+
70783008 t _oci8_autocommit_p
|
569
|
+
70781ce8 T _oci8_base_free
|
570
|
+
70789e5c t _oci8_bfile_error
|
571
|
+
70789f98 t _oci8_bfile_exists_p
|
572
|
+
7078a78c t _oci8_bfile_get_dir_alias
|
573
|
+
7078a774 t _oci8_bfile_get_filename
|
574
|
+
7078a588 t _oci8_bfile_get_name
|
575
|
+
7078aa98 t _oci8_bfile_initialize
|
576
|
+
7078aa24 t _oci8_bfile_set_dir_alias
|
577
|
+
7078a9b0 t _oci8_bfile_set_filename
|
578
|
+
7078a844 t _oci8_bfile_set_name
|
579
|
+
70787c98 t _oci8_bind
|
580
|
+
70788a60 T _oci8_bind_free
|
581
|
+
707883b4 t _oci8_bind_get
|
582
|
+
7078888c t _oci8_bind_get_data
|
583
|
+
70788bb8 T _oci8_bind_hp_obj_mark
|
584
|
+
70788924 t _oci8_bind_initialize
|
585
|
+
70788404 t _oci8_bind_set
|
586
|
+
70788794 t _oci8_bind_set_data
|
587
|
+
7078b108 t _oci8_blob_initialize
|
588
|
+
707831b4 t _oci8_break
|
589
|
+
707a6eb4 B _oci8_cOCIHandle
|
590
|
+
70781d94 T _oci8_call_without_gvl
|
591
|
+
7079a104 T _oci8_charset_id2name
|
592
|
+
70799f4c t _oci8_charset_name2id
|
593
|
+
70782cd4 T _oci8_check_error_
|
594
|
+
70785260 T _oci8_check_pid_consistency
|
595
|
+
7078b160 t _oci8_clob_initialize
|
596
|
+
7078392c t _oci8_commit
|
597
|
+
70786d48 t _oci8_cpool_free
|
598
|
+
70786d28 t _oci8_cpool_init
|
599
|
+
70786ed8 t _oci8_cpool_initialize
|
600
|
+
70786d7c t _oci8_cpool_mark
|
601
|
+
70786d38 t _oci8_cpool_pool_name
|
602
|
+
70786d94 t _oci8_cpool_reinitialize
|
603
|
+
7078f038 T _oci8_dbl_to_onum
|
604
|
+
70781bec T _oci8_define_bind_class
|
605
|
+
70788058 t _oci8_define_by_pos
|
606
|
+
70781b24 T _oci8_define_class
|
607
|
+
70781b84 T _oci8_define_class_under
|
608
|
+
70789644 t _oci8_describe
|
609
|
+
707892ac t _oci8_do_describe
|
610
|
+
70782c48 T _oci8_do_env_raise
|
611
|
+
707840c8 T _oci8_do_parse_connect_string
|
612
|
+
70782c14 T _oci8_do_raise
|
613
|
+
70782f08 T _oci8_do_raise_by_msgno
|
614
|
+
70782c7c T _oci8_do_raise_init_error
|
615
|
+
707a7114 B _oci8_encoding
|
616
|
+
70782850 t _oci8_error_initialize
|
617
|
+
70781f38 T _oci8_exec_sql
|
618
|
+
70781fa0 T _oci8_find_symbol
|
619
|
+
70788e14 T _oci8_get_bind
|
620
|
+
70799ec8 t _oci8_get_encoding
|
621
|
+
707828fc T _oci8_get_error_code
|
622
|
+
70782d64 T _oci8_get_error_message
|
623
|
+
70782074 T _oci8_get_handle
|
624
|
+
70799f24 t _oci8_get_nls_ratio
|
625
|
+
70784bfc T _oci8_get_oci_session
|
626
|
+
70784be4 T _oci8_get_oci_svcctx
|
627
|
+
70791c0c T _oci8_get_ocinumber
|
628
|
+
70789cc4 T _oci8_get_rowid_attr
|
629
|
+
70784918 T _oci8_get_svcctx
|
630
|
+
70789c34 T _oci8_get_ub2_attr
|
631
|
+
707a6ec0 B _oci8_global_envhp
|
632
|
+
707854d8 t _oci8_handle_cleanup
|
633
|
+
7078536c t _oci8_handle_free
|
634
|
+
7078538c t _oci8_handle_initialize
|
635
|
+
70785294 t _oci8_handle_mark
|
636
|
+
707a7030 B _oci8_have_OCIArrayDescriptorAlloc
|
637
|
+
707a700c B _oci8_have_OCIArrayDescriptorFree
|
638
|
+
707a70a0 B _oci8_have_OCIAttrGet
|
639
|
+
707a70dc B _oci8_have_OCIAttrGet_nb
|
640
|
+
707a6f1c B _oci8_have_OCIAttrSet
|
641
|
+
707a6f88 B _oci8_have_OCIBindArrayOfStruct
|
642
|
+
707a6f68 B _oci8_have_OCIBindByName
|
643
|
+
707a7010 B _oci8_have_OCIBindByPos
|
644
|
+
707a6f3c B _oci8_have_OCIBindObject
|
645
|
+
707a6ef8 B _oci8_have_OCIBreak
|
646
|
+
707a6ef0 B _oci8_have_OCIClientVersion
|
647
|
+
707a6f28 B _oci8_have_OCICollAppend
|
648
|
+
707a6f78 B _oci8_have_OCICollAssignElem
|
649
|
+
707a6f40 B _oci8_have_OCICollGetElem
|
650
|
+
707a70f0 B _oci8_have_OCICollSize
|
651
|
+
707a6f08 B _oci8_have_OCICollTrim
|
652
|
+
707a6fc8 B _oci8_have_OCIConnectionPoolCreate
|
653
|
+
707a705c B _oci8_have_OCIConnectionPoolDestroy
|
654
|
+
707a7074 B _oci8_have_OCIDBShutdown_nb
|
655
|
+
707a7028 B _oci8_have_OCIDBStartup_nb
|
656
|
+
707a6f14 B _oci8_have_OCIDateTimeConstruct
|
657
|
+
707a7108 B _oci8_have_OCIDateTimeGetDate
|
658
|
+
707a6f24 B _oci8_have_OCIDateTimeGetTime
|
659
|
+
707a6fdc B _oci8_have_OCIDateTimeGetTimeZoneOffset
|
660
|
+
707a6fb4 B _oci8_have_OCIDefineArrayOfStruct
|
661
|
+
707a6f2c B _oci8_have_OCIDefineByPos
|
662
|
+
707a6f48 B _oci8_have_OCIDefineObject
|
663
|
+
707a70a4 B _oci8_have_OCIDescribeAny_nb
|
664
|
+
707a6fbc B _oci8_have_OCIDescriptorAlloc
|
665
|
+
707a7110 B _oci8_have_OCIDescriptorFree
|
666
|
+
707a70d0 B _oci8_have_OCIEnvCreate
|
667
|
+
707a6fa8 B _oci8_have_OCIErrorGet
|
668
|
+
707a70b8 B _oci8_have_OCIHandleAlloc
|
669
|
+
707a6f9c B _oci8_have_OCIHandleFree
|
670
|
+
707a702c B _oci8_have_OCIIntervalFromText
|
671
|
+
707a710c B _oci8_have_OCIIntervalGetDaySecond
|
672
|
+
707a6fec B _oci8_have_OCIIntervalGetYearMonth
|
673
|
+
707a70d8 B _oci8_have_OCIIntervalSetDaySecond
|
674
|
+
707a706c B _oci8_have_OCIIntervalSetYearMonth
|
675
|
+
707a6edc B _oci8_have_OCILobAssign
|
676
|
+
707a6fd0 B _oci8_have_OCILobClose_nb
|
677
|
+
707a70ec B _oci8_have_OCILobCreateTemporary_nb
|
678
|
+
707a703c B _oci8_have_OCILobFileCloseAll_nb
|
679
|
+
707a6eec B _oci8_have_OCILobFileClose_nb
|
680
|
+
707a70bc B _oci8_have_OCILobFileExists_nb
|
681
|
+
707a6fd8 B _oci8_have_OCILobFileGetName
|
682
|
+
707a6f94 B _oci8_have_OCILobFileOpen_nb
|
683
|
+
707a7020 B _oci8_have_OCILobFileSetName
|
684
|
+
707a70c0 B _oci8_have_OCILobFreeTemporary
|
685
|
+
707a6fe8 B _oci8_have_OCILobGetChunkSize_nb
|
686
|
+
707a7088 B _oci8_have_OCILobGetLength2_nb
|
687
|
+
707a70d4 B _oci8_have_OCILobGetLength_nb
|
688
|
+
707a7040 B _oci8_have_OCILobIsTemporary
|
689
|
+
707a6f74 B _oci8_have_OCILobLocatorAssign_nb
|
690
|
+
707a6f64 B _oci8_have_OCILobLocatorIsInit
|
691
|
+
707a701c B _oci8_have_OCILobOpen_nb
|
692
|
+
707a6f8c B _oci8_have_OCILobRead2_nb
|
693
|
+
707a7084 B _oci8_have_OCILobRead_nb
|
694
|
+
707a6efc B _oci8_have_OCILobTrim2_nb
|
695
|
+
707a6ee8 B _oci8_have_OCILobTrim_nb
|
696
|
+
707a6ff4 B _oci8_have_OCILobWrite2_nb
|
697
|
+
707a70ac B _oci8_have_OCILobWrite_nb
|
698
|
+
707a6ff0 B _oci8_have_OCILogoff
|
699
|
+
707a6f90 B _oci8_have_OCILogon2_nb
|
700
|
+
707a6fd4 B _oci8_have_OCIMessageGet
|
701
|
+
707a7054 B _oci8_have_OCIMessageOpen
|
702
|
+
707a6fc4 B _oci8_have_OCINlsCharSetIdToName
|
703
|
+
707a70e0 B _oci8_have_OCINlsCharSetNameToId
|
704
|
+
707a6fe4 B _oci8_have_OCINumberAbs
|
705
|
+
707a7090 B _oci8_have_OCINumberAdd
|
706
|
+
707a6f50 B _oci8_have_OCINumberArcCos
|
707
|
+
707a70e4 B _oci8_have_OCINumberArcSin
|
708
|
+
707a7048 B _oci8_have_OCINumberArcTan
|
709
|
+
707a6fe0 B _oci8_have_OCINumberArcTan2
|
710
|
+
707a70fc B _oci8_have_OCINumberAssign
|
711
|
+
707a7104 B _oci8_have_OCINumberCeil
|
712
|
+
707a7008 B _oci8_have_OCINumberCmp
|
713
|
+
707a707c B _oci8_have_OCINumberCos
|
714
|
+
707a6f80 B _oci8_have_OCINumberDiv
|
715
|
+
707a6f58 B _oci8_have_OCINumberExp
|
716
|
+
707a7034 B _oci8_have_OCINumberFloor
|
717
|
+
707a7004 B _oci8_have_OCINumberFromInt
|
718
|
+
707a7098 B _oci8_have_OCINumberFromReal
|
719
|
+
707a6fa4 B _oci8_have_OCINumberFromText
|
720
|
+
707a6ef4 B _oci8_have_OCINumberHypCos
|
721
|
+
707a7058 B _oci8_have_OCINumberHypSin
|
722
|
+
707a6f04 B _oci8_have_OCINumberHypTan
|
723
|
+
707a6fc0 B _oci8_have_OCINumberIntPower
|
724
|
+
707a6fa0 B _oci8_have_OCINumberIsInt
|
725
|
+
707a7014 B _oci8_have_OCINumberIsZero
|
726
|
+
707a70f4 B _oci8_have_OCINumberLn
|
727
|
+
707a6f10 B _oci8_have_OCINumberLog
|
728
|
+
707a6f5c B _oci8_have_OCINumberMod
|
729
|
+
707a7094 B _oci8_have_OCINumberMul
|
730
|
+
707a704c B _oci8_have_OCINumberNeg
|
731
|
+
707a6ee4 B _oci8_have_OCINumberPower
|
732
|
+
707a6fb8 B _oci8_have_OCINumberPrec
|
733
|
+
707a6f84 B _oci8_have_OCINumberRound
|
734
|
+
707a6f34 B _oci8_have_OCINumberSetPi
|
735
|
+
707a6f18 B _oci8_have_OCINumberSetZero
|
736
|
+
707a6f4c B _oci8_have_OCINumberShift
|
737
|
+
707a70b0 B _oci8_have_OCINumberSign
|
738
|
+
707a7024 B _oci8_have_OCINumberSin
|
739
|
+
707a6fcc B _oci8_have_OCINumberSqrt
|
740
|
+
707a70e8 B _oci8_have_OCINumberSub
|
741
|
+
707a709c B _oci8_have_OCINumberTan
|
742
|
+
707a7050 B _oci8_have_OCINumberToInt
|
743
|
+
707a6f60 B _oci8_have_OCINumberToReal
|
744
|
+
707a6f98 B _oci8_have_OCINumberToText
|
745
|
+
707a6ed8 B _oci8_have_OCINumberTrunc
|
746
|
+
707a7080 B _oci8_have_OCIObjectFree
|
747
|
+
707a70c4 B _oci8_have_OCIObjectGetInd
|
748
|
+
707a6ff8 B _oci8_have_OCIObjectNew
|
749
|
+
707a6f0c B _oci8_have_OCIObjectPin_nb
|
750
|
+
707a6f38 B _oci8_have_OCIObjectUnpin
|
751
|
+
707a70c8 B _oci8_have_OCIParamGet
|
752
|
+
707a6f70 B _oci8_have_OCIPing_nb
|
753
|
+
707a6f00 B _oci8_have_OCIRawAssignBytes
|
754
|
+
707a7100 B _oci8_have_OCIRawPtr
|
755
|
+
707a70a8 B _oci8_have_OCIRawSize
|
756
|
+
707a70f8 B _oci8_have_OCIReset
|
757
|
+
707a7018 B _oci8_have_OCIRowidToChar
|
758
|
+
707a7060 B _oci8_have_OCIServerAttach_nb
|
759
|
+
707a7000 B _oci8_have_OCIServerDetach
|
760
|
+
707a7070 B _oci8_have_OCIServerRelease
|
761
|
+
707a6f54 B _oci8_have_OCIServerVersion
|
762
|
+
707a7078 B _oci8_have_OCISessionBegin_nb
|
763
|
+
707a7044 B _oci8_have_OCISessionEnd
|
764
|
+
707a6ee0 B _oci8_have_OCIStmtExecute_nb
|
765
|
+
707a6f6c B _oci8_have_OCIStmtFetch_nb
|
766
|
+
707a7068 B _oci8_have_OCIStmtGetPieceInfo
|
767
|
+
707a6f30 B _oci8_have_OCIStmtPrepare
|
768
|
+
707a6f20 B _oci8_have_OCIStmtPrepare2
|
769
|
+
707a708c B _oci8_have_OCIStmtRelease
|
770
|
+
707a6f7c B _oci8_have_OCIStmtSetPieceInfo
|
771
|
+
707a6ffc B _oci8_have_OCIStringAssignText
|
772
|
+
707a7038 B _oci8_have_OCIStringPtr
|
773
|
+
707a7064 B _oci8_have_OCIStringSize
|
774
|
+
707a70cc B _oci8_have_OCITransCommit_nb
|
775
|
+
707a6fb0 B _oci8_have_OCITransRollback
|
776
|
+
707a6f44 B _oci8_have_OCITransRollback_nb
|
777
|
+
707a6fac B _oci8_have_OCITypeTypeCode
|
778
|
+
707a6078 b _oci8_id_at_code
|
779
|
+
707a6eb0 B _oci8_id_at_last_error
|
780
|
+
707a6080 b _oci8_id_at_parse_error_offset
|
781
|
+
707a607c b _oci8_id_at_sql
|
782
|
+
707a606c b _oci8_id_caller
|
783
|
+
707a6eac B _oci8_id_get
|
784
|
+
707a6eb8 B _oci8_id_new
|
785
|
+
707a6ea8 B _oci8_id_oci8_vtable
|
786
|
+
707a6ebc B _oci8_id_set
|
787
|
+
707a6070 b _oci8_id_set_backtrace
|
788
|
+
707a6020 B _oci8_in_finalizer
|
789
|
+
70781c9c T _oci8_link_to_parent
|
790
|
+
7078a1cc t _oci8_lob_available_p
|
791
|
+
7078b354 t _oci8_lob_close
|
792
|
+
7078aed8 t _oci8_lob_do_initialize
|
793
|
+
7078a170 t _oci8_lob_eof_p
|
794
|
+
7078b2fc t _oci8_lob_flush
|
795
|
+
7078a2fc t _oci8_lob_free
|
796
|
+
7078a034 t _oci8_lob_get_chunk_size
|
797
|
+
7078a0e4 t _oci8_lob_get_length.clone.0
|
798
|
+
70789edc t _oci8_lob_get_pos
|
799
|
+
7078a198 t _oci8_lob_get_size
|
800
|
+
70789d18 t _oci8_lob_get_sync
|
801
|
+
70789e78 t _oci8_lob_mark
|
802
|
+
7078b37c t _oci8_lob_read
|
803
|
+
70789d04 t _oci8_lob_rewind
|
804
|
+
7078bad4 t _oci8_lob_seek
|
805
|
+
70789e90 t _oci8_lob_set_char_width
|
806
|
+
7078b238 t _oci8_lob_set_size
|
807
|
+
7078b314 t _oci8_lob_set_sync
|
808
|
+
7078b18c t _oci8_lob_truncate
|
809
|
+
7078accc t _oci8_lob_write
|
810
|
+
70783b38 t _oci8_logon2
|
811
|
+
70783038 t _oci8_long_read_len
|
812
|
+
7078bccc T _oci8_make_bfile
|
813
|
+
7078bcb4 T _oci8_make_blob
|
814
|
+
7078bc84 T _oci8_make_clob
|
815
|
+
70782104 T _oci8_make_envhp
|
816
|
+
707821ec T _oci8_make_errhp
|
817
|
+
70782570 t _oci8_make_exc
|
818
|
+
7078efe4 T _oci8_make_float
|
819
|
+
7078e660 T _oci8_make_integer
|
820
|
+
7078a3d0 t _oci8_make_lob
|
821
|
+
7078bc9c T _oci8_make_nclob
|
822
|
+
70791ea8 T _oci8_make_ocidate
|
823
|
+
70792da4 T _oci8_make_ociinterval_ds
|
824
|
+
70792a2c T _oci8_make_ociinterval_ym
|
825
|
+
7078e1ac T _oci8_make_ocinumber
|
826
|
+
70792190 T _oci8_make_ocitimestamp
|
827
|
+
70789168 T _oci8_metadata_create
|
828
|
+
70788ed0 t _oci8_metadata_free
|
829
|
+
70788f08 t _oci8_metadata_mark
|
830
|
+
70794f8c t _oci8_named_coll_get_coll_element
|
831
|
+
70794118 t _oci8_named_coll_set_coll_element
|
832
|
+
70793468 t _oci8_named_type_check_offset.clone.1
|
833
|
+
707932fc t _oci8_named_type_free
|
834
|
+
70795198 t _oci8_named_type_get_attribute
|
835
|
+
70793314 t _oci8_named_type_initialize
|
836
|
+
70793428 t _oci8_named_type_mark
|
837
|
+
70793530 t _oci8_named_type_null_p
|
838
|
+
70794b48 t _oci8_named_type_set_attribute
|
839
|
+
707934ec t _oci8_named_type_set_null
|
840
|
+
7079333c t _oci8_named_type_tdo
|
841
|
+
7078b134 t _oci8_nclob_initialize
|
842
|
+
70782fd8 t _oci8_non_blocking_p
|
843
|
+
7078ec3c T _oci8_onum_to_dbl
|
844
|
+
707837f0 t _oci8_oracle_server_vernum
|
845
|
+
70784298 t _oci8_parse_connect_string
|
846
|
+
70784934 t _oci8_ping
|
847
|
+
707838ac t _oci8_rollback
|
848
|
+
7079ae7c T _oci8_run_native_thread
|
849
|
+
70785400 t _oci8_s_allocate
|
850
|
+
70783630 t _oci8_s_error_message
|
851
|
+
70782fcc t _oci8_s_oracle_client_vernum
|
852
|
+
70783654 t _oci8_s_set_property
|
853
|
+
707849ec t _oci8_server_attach
|
854
|
+
707839ac t _oci8_session_begin
|
855
|
+
70784d94 t _oci8_set_action
|
856
|
+
70783020 t _oci8_set_autocommit
|
857
|
+
70785098 t _oci8_set_client_identifier
|
858
|
+
70784c14 t _oci8_set_client_info
|
859
|
+
70799e90 t _oci8_set_encoding
|
860
|
+
70790c30 T _oci8_set_integer
|
861
|
+
707831e0 t _oci8_set_long_read_len
|
862
|
+
70784f14 t _oci8_set_module
|
863
|
+
70799edc t _oci8_set_nls_ratio
|
864
|
+
70782ff0 t _oci8_set_non_blocking
|
865
|
+
70791f0c T _oci8_set_ocidate
|
866
|
+
70792eb8 T _oci8_set_ociinterval_ds
|
867
|
+
70792b04 T _oci8_set_ociinterval_ym
|
868
|
+
70790cb0 T _oci8_set_ocinumber
|
869
|
+
70792438 T _oci8_set_ocitimestamp_tz
|
870
|
+
70783048 t _oci8_set_prefetch_rows
|
871
|
+
70787af8 t _oci8_stmt_execute
|
872
|
+
707875bc t _oci8_stmt_fetch
|
873
|
+
7078778c t _oci8_stmt_free
|
874
|
+
70787570 T _oci8_stmt_get
|
875
|
+
707876b8 t _oci8_stmt_get_param
|
876
|
+
7078753c t _oci8_stmt_get_rowid
|
877
|
+
70787810 t _oci8_stmt_initialize
|
878
|
+
70787524 t _oci8_stmt_mark
|
879
|
+
70782fb4 t _oci8_svcctx_associate_free
|
880
|
+
70783110 t _oci8_svcctx_free
|
881
|
+
70783074 t _oci8_svcctx_init
|
882
|
+
70783210 t _oci8_svcctx_logoff
|
883
|
+
707938b0 t _oci8_tdo_free
|
884
|
+
70793448 t _oci8_tdo_mark
|
885
|
+
70793920 t _oci8_tdo_setup
|
886
|
+
707a6ec4 B _oci8_tls_key
|
887
|
+
70781290 t _oci8_unblock_func
|
888
|
+
70781c54 T _oci8_unlink_from_parent
|
889
|
+
70790914 t _omath_acos
|
890
|
+
707907a8 t _omath_asin
|
891
|
+
70790f48 t _omath_atan
|
892
|
+
70790a80 t _omath_atan2
|
893
|
+
7079111c t _omath_cos
|
894
|
+
70790eac t _omath_cosh
|
895
|
+
70790cd8 t _omath_exp
|
896
|
+
70790544 t _omath_log
|
897
|
+
70790434 t _omath_log10
|
898
|
+
70791080 t _omath_sin
|
899
|
+
70790e10 t _omath_sinh
|
900
|
+
70790328 t _omath_sqrt
|
901
|
+
70790fe4 t _omath_tan
|
902
|
+
70790d74 t _omath_tanh
|
903
|
+
7078d770 t _onum__dump
|
904
|
+
7078e3c8 t _onum_abs
|
905
|
+
70790098 t _onum_add
|
906
|
+
7078eb24 t _onum_ceil
|
907
|
+
7078f824 t _onum_cmp
|
908
|
+
7078eda4 t _onum_coerce
|
909
|
+
7078fb5c t _onum_div
|
910
|
+
7078d7b8 t _onum_dump
|
911
|
+
7078d7ec t _onum_f_new
|
912
|
+
7078ebb0 t _onum_floor
|
913
|
+
7078dbec t _onum_has_decimal_part_p
|
914
|
+
7078d564 t _onum_hash
|
915
|
+
70790234 t _onum_initialize
|
916
|
+
7078d9ac t _onum_initialize_copy
|
917
|
+
7078dff0 t _onum_inspect
|
918
|
+
7078fa24 t _onum_mod
|
919
|
+
7078fd60 t _onum_mul
|
920
|
+
7078e5d4 t _onum_neg
|
921
|
+
7078f908 t _onum_power
|
922
|
+
7078ea2c t _onum_round
|
923
|
+
7078e454 t _onum_round_prec
|
924
|
+
7078e128 t _onum_s_alloc
|
925
|
+
7078e280 t _onum_s_load
|
926
|
+
7078e31c t _onum_shift
|
927
|
+
7078fefc t _onum_sub
|
928
|
+
7078dd84 t _onum_to_char
|
929
|
+
7078dc68 t _onum_to_d
|
930
|
+
7078ed68 t _onum_to_f
|
931
|
+
7078e998 t _onum_to_i
|
932
|
+
7078d55c t _onum_to_onum
|
933
|
+
7078e760 t _onum_to_r
|
934
|
+
7078dfcc t _onum_to_s
|
935
|
+
7078e500 t _onum_trunc
|
936
|
+
7078db6c t _onum_zero_p
|
937
|
+
7078c4c8 t _ora_date_cmp
|
938
|
+
7078c678 t _ora_date_day
|
939
|
+
7078c860 t _ora_date_dump
|
940
|
+
7078c464 t _ora_date_hash
|
941
|
+
7078c648 t _ora_date_hour
|
942
|
+
7078cd80 t _ora_date_initialize
|
943
|
+
7078ca7c t _ora_date_initialize_copy
|
944
|
+
7078c618 t _ora_date_minute
|
945
|
+
7078c6a4 t _ora_date_month
|
946
|
+
7078c818 t _ora_date_s_allocate
|
947
|
+
7078c764 t _ora_date_s_load
|
948
|
+
7078c9d0 t _ora_date_s_now
|
949
|
+
7078c5e8 t _ora_date_second
|
950
|
+
7078cca8 t _ora_date_set_day
|
951
|
+
7078cc40 t _ora_date_set_hour
|
952
|
+
7078cbd8 t _ora_date_set_minute
|
953
|
+
7078cd14 t _ora_date_set_month
|
954
|
+
7078cb70 t _ora_date_set_second
|
955
|
+
7078cae0 t _ora_date_set_year
|
956
|
+
7078c894 t _ora_date_to_a
|
957
|
+
7078c94c t _ora_date_to_s
|
958
|
+
7078c5b4 t _ora_date_trunc
|
959
|
+
7078c6d0 t _ora_date_year
|
960
|
+
707a60ac b _oracle_client_vernum
|
961
|
+
707a70b4 B _oracle_client_version
|
962
|
+
7079add4 T _oranumber_dump
|
963
|
+
7079a898 T _oranumber_from_str
|
964
|
+
7079a3e8 T _oranumber_to_str
|
965
|
+
707a6e98 b _p5s
|
966
|
+
707a6598 b _private_mem
|
967
|
+
707a6104 b _ptype_to_class
|
968
|
+
7079b144 t _raise_error
|
969
|
+
7079b504 T _rb_Float
|
970
|
+
7079b5ac T _rb_Rational
|
971
|
+
7079b414 T _rb_apply
|
972
|
+
7079b55c T _rb_ary_join
|
973
|
+
7079b54c T _rb_ary_new
|
974
|
+
7079b51c T _rb_ary_new2
|
975
|
+
7079b474 T _rb_ary_new3
|
976
|
+
7079b57c T _rb_ary_new4
|
977
|
+
7079b554 T _rb_ary_push
|
978
|
+
7079b524 T _rb_ary_store
|
979
|
+
7079b384 T _rb_ary_unshift
|
980
|
+
7079b5bc T _rb_assoc_new
|
981
|
+
7079b44c T _rb_backref_get
|
982
|
+
7079b5c4 T _rb_big2str
|
983
|
+
7079b39c T _rb_call_super
|
984
|
+
7079b434 T _rb_check_safe_obj
|
985
|
+
7079b334 T _rb_check_type
|
986
|
+
7079b33c T _rb_class2name
|
987
|
+
7078d4a8 t _rb_class_of
|
988
|
+
707932a8 t _rb_class_of
|
989
|
+
70782f60 t _rb_class_of
|
990
|
+
7078c33c t _rb_class_of
|
991
|
+
7079b594 T _rb_const_get
|
992
|
+
7079b5a4 T _rb_cstr2inum
|
993
|
+
7079b5b4 T _rb_cstr_to_dbl
|
994
|
+
7079b40c T _rb_cv_get
|
995
|
+
7079b41c T _rb_cv_set
|
996
|
+
7079b2fc T _rb_data_object_alloc
|
997
|
+
7079b56c T _rb_default_internal_encoding
|
998
|
+
7079b3bc T _rb_define_alias
|
999
|
+
7079b4dc T _rb_define_alloc_func
|
1000
|
+
7079b3b4 T _rb_define_attr
|
1001
|
+
7079b2f4 T _rb_define_class
|
1002
|
+
7079b2dc T _rb_define_class_under
|
1003
|
+
7079b48c T _rb_define_const
|
1004
|
+
7079b5fc T _rb_define_global_function
|
1005
|
+
7079b3ac T _rb_define_method
|
1006
|
+
7079b5f4 T _rb_define_module_function
|
1007
|
+
7079b2d4 T _rb_define_module_under
|
1008
|
+
7079b494 T _rb_define_private_method
|
1009
|
+
7079b47c T _rb_define_singleton_method
|
1010
|
+
7079b564 T _rb_enc_associate
|
1011
|
+
7079b60c T _rb_enc_from_encoding
|
1012
|
+
7079b324 T _rb_ensure
|
1013
|
+
7079b464 T _rb_eval_string
|
1014
|
+
7079b3c4 T _rb_exc_raise
|
1015
|
+
7079b36c T _rb_external_str_new_with_enc
|
1016
|
+
7079b624 T _rb_filesystem_encoding
|
1017
|
+
7079b50c T _rb_float_new
|
1018
|
+
7079b37c T _rb_funcall
|
1019
|
+
7079b2c4 T _rb_gc
|
1020
|
+
7079b4e4 T _rb_gc_mark
|
1021
|
+
7079b46c T _rb_global_variable
|
1022
|
+
7079b514 T _rb_hash_aref
|
1023
|
+
7079b52c T _rb_hash_aset
|
1024
|
+
7079b534 T _rb_hash_new
|
1025
|
+
7079b404 T _rb_id2name
|
1026
|
+
7079b584 T _rb_include_module
|
1027
|
+
7079b4d4 T _rb_int2big
|
1028
|
+
7079b2e4 T _rb_intern2
|
1029
|
+
707a6040 b _rb_intern_id_cache.42280
|
1030
|
+
707a603c b _rb_intern_id_cache.42282
|
1031
|
+
707a6038 b _rb_intern_id_cache.42284
|
1032
|
+
707a6034 b _rb_intern_id_cache.42286
|
1033
|
+
707a6030 b _rb_intern_id_cache.42288
|
1034
|
+
707a6460 b _rb_intern_id_cache.42297
|
1035
|
+
707a6094 b _rb_intern_id_cache.42336
|
1036
|
+
707a6090 b _rb_intern_id_cache.42338
|
1037
|
+
707a60d0 b _rb_intern_id_cache.42340
|
1038
|
+
707a608c b _rb_intern_id_cache.42340
|
1039
|
+
707a6088 b _rb_intern_id_cache.42342
|
1040
|
+
707a6084 b _rb_intern_id_cache.42344
|
1041
|
+
707a60c8 b _rb_intern_id_cache.42347
|
1042
|
+
707a60fc b _rb_intern_id_cache.42385
|
1043
|
+
707a60f8 b _rb_intern_id_cache.42387
|
1044
|
+
707a60f4 b _rb_intern_id_cache.42389
|
1045
|
+
707a60f0 b _rb_intern_id_cache.42391
|
1046
|
+
707a60ec b _rb_intern_id_cache.42393
|
1047
|
+
707a60c4 b _rb_intern_id_cache.42513
|
1048
|
+
707a60c0 b _rb_intern_id_cache.42515
|
1049
|
+
707a60bc b _rb_intern_id_cache.42522
|
1050
|
+
707a60b8 b _rb_intern_id_cache.42524
|
1051
|
+
707a6140 b _rb_intern_id_cache.42601
|
1052
|
+
707a613c b _rb_intern_id_cache.42603
|
1053
|
+
707a6138 b _rb_intern_id_cache.42605
|
1054
|
+
707a6220 b _rb_intern_id_cache.42611
|
1055
|
+
707a621c b _rb_intern_id_cache.42613
|
1056
|
+
707a6200 b _rb_intern_id_cache.42677
|
1057
|
+
707a61f8 b _rb_intern_id_cache.42805
|
1058
|
+
707a61f4 b _rb_intern_id_cache.42807
|
1059
|
+
707a61f0 b _rb_intern_id_cache.42809
|
1060
|
+
707a61ec b _rb_intern_id_cache.42811
|
1061
|
+
707a61e8 b _rb_intern_id_cache.42813
|
1062
|
+
707a61e4 b _rb_intern_id_cache.42815
|
1063
|
+
707a61e0 b _rb_intern_id_cache.42817
|
1064
|
+
707a61dc b _rb_intern_id_cache.42819
|
1065
|
+
7079b4a4 T _rb_ivar_defined
|
1066
|
+
7079b3f4 T _rb_ivar_get
|
1067
|
+
7079b304 T _rb_ivar_set
|
1068
|
+
7079b4cc T _rb_ll2inum
|
1069
|
+
7079b614 T _rb_locale_str_new_cstr
|
1070
|
+
7079b5d4 T _rb_num2dbl
|
1071
|
+
7079b4b4 T _rb_num2ll
|
1072
|
+
7079b4ac T _rb_num2long
|
1073
|
+
7079b4bc T _rb_num2ull
|
1074
|
+
7079b3fc T _rb_num2ulong
|
1075
|
+
7079b5e4 T _rb_num_coerce_bin
|
1076
|
+
7079b5dc T _rb_num_coerce_cmp
|
1077
|
+
7079b5ec T _rb_num_zerodiv
|
1078
|
+
7079b3d4 T _rb_obj_alloc
|
1079
|
+
7079b544 T _rb_obj_as_string
|
1080
|
+
7079b58c T _rb_obj_call_init
|
1081
|
+
7079b344 T _rb_obj_classname
|
1082
|
+
7079b484 T _rb_obj_freeze
|
1083
|
+
7079b4fc T _rb_obj_is_instance_of
|
1084
|
+
7079b32c T _rb_obj_is_kind_of
|
1085
|
+
7079b2ec T _rb_raise
|
1086
|
+
7079b444 T _rb_reg_match
|
1087
|
+
7079b454 T _rb_reg_nth_match
|
1088
|
+
7079b59c T _rb_require
|
1089
|
+
7079b5cc T _rb_respond_to
|
1090
|
+
7079b394 T _rb_scan_args
|
1091
|
+
7079b2cc T _rb_set_end_proc
|
1092
|
+
7079b3cc T _rb_str_append
|
1093
|
+
7079b574 T _rb_str_conv_enc
|
1094
|
+
7079b43c T _rb_str_export_to_enc
|
1095
|
+
7079b4f4 T _rb_str_freeze
|
1096
|
+
7079b4ec T _rb_str_new
|
1097
|
+
7079b42c T _rb_string_value
|
1098
|
+
7079b3e4 T _rb_sys_fail
|
1099
|
+
7079b4c4 T _rb_tainted_str_new
|
1100
|
+
7079b314 T _rb_thread_blocking_region
|
1101
|
+
7079b30c T _rb_thread_current
|
1102
|
+
7079b3ec T _rb_thread_wakeup
|
1103
|
+
7079b604 T _rb_to_encoding
|
1104
|
+
7079b45c T _rb_to_id
|
1105
|
+
7078d4fc t _rb_type
|
1106
|
+
7079b424 T _rb_uint2big
|
1107
|
+
7079b49c T _rb_ull2inum
|
1108
|
+
7079b53c T _rb_usascii_encoding
|
1109
|
+
7079b38c T _rb_usascii_str_new
|
1110
|
+
7079b374 T _rb_usascii_str_new_cstr
|
1111
|
+
7079b3dc T _rb_w32_getpid
|
1112
|
+
7079b61c T _rb_yield_values
|
1113
|
+
7078d820 t _rboci8_type
|
1114
|
+
707a0c78 t _register_frame_ctor
|
1115
|
+
70789a34 t _rowid_ensure
|
1116
|
+
7079b35c T _ruby_setenv
|
1117
|
+
7079b354 T _ruby_strdup
|
1118
|
+
7079b31c T _ruby_xfree
|
1119
|
+
7079b3a4 T _ruby_xmalloc
|
1120
|
+
7079b364 T _ruby_xrealloc
|
1121
|
+
707a64f8 b _s_mbstate.15246
|
1122
|
+
707a611c b _seek_cur
|
1123
|
+
707a6120 b _seek_end
|
1124
|
+
707a6118 b _seek_set
|
1125
|
+
70793cc0 t _set_attribute
|
1126
|
+
70782470 t _set_backtrace
|
1127
|
+
7078f1b4 t _set_oci_number_from_num
|
1128
|
+
7078d5d8 t _set_oci_number_from_str
|
1129
|
+
70783ea8 t _simple_logoff_execute
|
1130
|
+
707832dc t _simple_logoff_prepare
|
1131
|
+
7079be20 T _snprintf
|
1132
|
+
7078244c t _sprintf
|
1133
|
+
70791d70 t _sprintf
|
1134
|
+
7078c928 t _sprintf
|
1135
|
+
707a0920 T _sprintf
|
1136
|
+
7079b120 t _sprintf
|
1137
|
+
707a096c T _strlen
|
1138
|
+
707a08f8 T _strrchr
|
1139
|
+
707a60e4 b _sym_char
|
1140
|
+
707a60dc b _sym_length
|
1141
|
+
707a60e0 b _sym_length_semantics
|
1142
|
+
707a60e8 b _sym_nchar
|
1143
|
+
707a0908 T _time
|
1144
|
+
707a0938 T _vfprintf
|
1145
|
+
7079de20 T _vsnprintf
|
1146
|
+
707a6488 b _was_init.31087
|
1147
|
+
7079f5b0 T _wcrtomb
|
1148
|
+
707a0974 T _wcslen
|
1149
|
+
7079f4c0 T _wcsrtombs
|