resources: Collapse all jQuery UI modules into one deprecated mega-module
[lhc/web/wiklou.git] / .phan / internal_stubs / oci8.phan_php
1 <?php
2
3 // @phan-stub-for-extension oci8@2.0.7
4
5
6 class OCI_Lob {
7
8
9 public function load () {}
10
11
12 public function tell () {}
13
14
15 public function truncate ($length = 0) {}
16
17
18 public function erase ($offset = null, $length = null) {}
19
20
21 public function flush ($flag = null) {}
22
23
24 public function setbuffering ($on_off) {}
25
26
27 public function getbuffering () {}
28
29
30 public function rewind () {}
31
32
33 public function read ($length) {}
34
35
36 public function eof () {}
37
38
39 public function seek ($offset, $whence = OCI_SEEK_SET) {}
40
41
42 public function write ($data, $length = null) {}
43
44
45 public function append (OCI_Lob $lob_from) {}
46
47
48 public function size () {}
49
50
51 public function writetofile ($filename, $start, $length) {}
52
53
54 public function export ($filename, $start = null, $length = null) {}
55
56
57 public function import ($filename) {}
58
59
60 public function writeTemporary ($data, $lob_type = OCI_TEMP_CLOB) {}
61
62
63 public function close () {}
64
65
66 public function save ($data, $offset = null) {}
67
68
69 public function savefile ($filename) {}
70
71
72 public function free () {}
73
74 }
75
76
77 class OCI_Collection {
78
79
80 public function append ($value) {}
81
82
83 public function getelem ($index) {}
84
85
86 public function assignelem ($index, $value) {}
87
88
89 public function assign (OCI_Collection $from) {}
90
91
92 public function size () {}
93
94
95 public function max () {}
96
97
98 public function trim ($num) {}
99
100
101 public function free () {}
102
103 }
104
105
106 function oci_define_by_name ($statement, $column_name, &$variable, $type = SQLT_CHR) {}
107
108
109 function oci_bind_by_name ($statement, $bv_name, &$variable, $maxlength = -1, $type = SQLT_CHR) {}
110
111
112 function oci_bind_array_by_name ($statement, $name, array &$var_array, $max_table_length, $max_item_length = -1, $type = SQLT_AFC) {}
113
114
115 function oci_field_is_null ($statement, $field) {}
116
117
118 function oci_field_name ($statement, $field) {}
119
120
121 function oci_field_size ($statement, $field) {}
122
123
124 function oci_field_scale ($statement, $field) {}
125
126
127 function oci_field_precision ($statement, $field) {}
128
129
130 function oci_field_type ($statement, $field) {}
131
132
133 function oci_field_type_raw ($statement, $field) {}
134
135
136 function oci_execute ($statement, $mode = OCI_COMMIT_ON_SUCCESS) {}
137
138
139 function oci_cancel ($statement) {}
140
141
142 function oci_fetch ($statement) {}
143
144
145 function oci_fetch_object ($statement) {}
146
147
148 function oci_fetch_row ($statement) {}
149
150
151 function oci_fetch_assoc ($statement) {}
152
153
154 function oci_fetch_array ($statement, $mode = null) {}
155
156
157 function ocifetchinto ($statement_resource, &$result, $mode = null) {}
158
159
160 function oci_fetch_all ($statement, array &$output, $skip = 0, $maxrows = -1, $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC) {}
161
162
163 function oci_free_statement ($statement) {}
164
165
166 function oci_internal_debug ($onoff) {}
167
168
169 function oci_num_fields ($statement) {}
170
171
172 function oci_parse ($connection, $sql_text) {}
173
174
175 function oci_get_implicit_resultset ($statement) {}
176
177
178 function oci_new_cursor ($connection) {}
179
180
181 function oci_result ($statement, $field) {}
182
183
184 function oci_client_version () {}
185
186
187 function oci_server_version ($connection) {}
188
189
190 function oci_statement_type ($statement) {}
191
192
193 function oci_num_rows ($statement) {}
194
195
196 function oci_close ($connection) {}
197
198
199 function oci_connect ($username, $password, $connection_string = null, $character_set = null, $session_mode = null) {}
200
201
202 function oci_new_connect ($username, $password, $connection_string = null, $character_set = null, $session_mode = null) {}
203
204
205 function oci_pconnect ($username, $password, $connection_string = null, $character_set = null, $session_mode = null) {}
206
207
208 function oci_error ($resource = null) {}
209
210
211 function oci_free_descriptor ($descriptor) {}
212
213
214 function oci_lob_is_equal (OCI_Lob $lob1, OCI_Lob $lob2) {}
215
216
217 function oci_lob_copy (OCI_Lob $lob_to, OCI_Lob $lob_from, $length = 0) {}
218
219
220 function oci_commit ($connection) {}
221
222
223 function oci_rollback ($connection) {}
224
225
226 function oci_new_descriptor ($connection, $type = OCI_DTYPE_LOB) {}
227
228
229 function oci_set_prefetch ($statement, $rows) {}
230
231
232 function oci_set_client_identifier ($connection, $client_identifier) {}
233
234
235 function oci_set_edition ($edition) {}
236
237
238 function oci_set_module_name ($connection, $module_name) {}
239
240
241 function oci_set_action ($connection, $action_name) {}
242
243
244 function oci_set_client_info ($connection, $client_info) {}
245
246
247 function oci_password_change ($connection, $username, $old_password, $new_password) {}
248
249
250 function oci_new_collection ($connection, $tdo, $schema = null) {}
251
252
253 function oci_free_cursor ($statement_resource) {}
254
255
256 function ocifreecursor ($statement_resource) {}
257
258
259 function ocibindbyname ($statement, $column_name, &$variable, $maximum_length = -1, $type = SQLT_CHR) {}
260
261
262 function ocidefinebyname ($statement, $column_name, &$variable, $type = SQLT_CHR) {}
263
264
265 function ocicolumnisnull ($statement, $column_number_or_name) {}
266
267
268 function ocicolumnname ($statement, $column_number) {}
269
270
271 function ocicolumnsize ($statement, $column_number_or_name) {}
272
273
274 function ocicolumnscale ($statement_resource, $column_number) {}
275
276
277 function ocicolumnprecision ($statement_resource, $column_number) {}
278
279
280 function ocicolumntype ($statement_resource, $column_number) {}
281
282
283 function ocicolumntyperaw ($statement_resource, $column_number) {}
284
285
286 function ociexecute ($statement_resource, $mode = OCI_COMMIT_ON_SUCCESS) {}
287
288
289 function ocicancel ($statement_resource) {}
290
291
292 function ocifetch ($statement_resource) {}
293
294
295 function ocifetchstatement ($statement_resource, &$output, $skip, $maximum_rows, $flags) {}
296
297
298 function ocifreestatement ($statement_resource) {}
299
300
301 function ociinternaldebug ($mode) {}
302
303
304 function ocinumcols ($statement_resource) {}
305
306
307 function ociparse ($connection_resource, $sql_text) {}
308
309
310 function ocinewcursor ($connection_resource) {}
311
312
313 function ociresult ($statement_resource, $column_number_or_name) {}
314
315
316 function ociserverversion ($connection_resource) {}
317
318
319 function ocistatementtype ($statement_resource) {}
320
321
322 function ocirowcount ($statement_resource) {}
323
324
325 function ocilogoff ($connection_resource) {}
326
327
328 function ocilogon ($username, $password, $connection_string, $character_set, $session_mode) {}
329
330
331 function ocinlogon ($username, $password, $connection_string, $character_set, $session_mode) {}
332
333
334 function ociplogon ($username, $password, $connection_string, $character_set, $session_mode) {}
335
336
337 function ocierror ($connection_or_statement_resource) {}
338
339
340 function ocifreedesc ($lob_descriptor) {}
341
342
343 function ocisavelob ($lob_descriptor, $data, $offset) {}
344
345
346 function ocisavelobfile ($lob_descriptor, $filename) {}
347
348
349 function ociwritelobtofile ($lob_descriptor, $filename, $start, $length) {}
350
351
352 function ociloadlob ($lob_descriptor) {}
353
354
355 function ocicommit ($connection_resource) {}
356
357
358 function ocirollback ($connection_resource) {}
359
360
361 function ocinewdescriptor ($connection_resource, $type = OCI_DTYPE_LOB) {}
362
363
364 function ocisetprefetch ($statement_resource, $number_of_rows) {}
365
366
367 function ocipasswordchange ($connection_resource_or_connection_string_or_dbname, $username, $old_password, $new_password) {}
368
369
370 function ocifreecollection ($collection) {}
371
372
373 function ocinewcollection ($connection_resource, $tdo, $schema = null) {}
374
375
376 function ocicollappend ($collection, $value) {}
377
378
379 function ocicollgetelem ($collection, $index) {}
380
381
382 function ocicollassignelem ($collection, $index, $value) {}
383
384
385 function ocicollsize ($collection) {}
386
387
388 function ocicollmax ($collection) {}
389
390
391 function ocicolltrim ($collection, $number) {}
392
393
394
395 function ociwritetemporarylob($lob_descriptor, $data, $lob_type = OCI_TEMP_CLOB ) {}
396
397
398 function ocicloselob($lob_descriptor){}
399
400
401 function ocicollassign($to, $from ) {}
402
403 define ('OCI_DEFAULT', 0);
404
405
406 define ('OCI_SYSOPER', 4);
407
408
409 define ('OCI_SYSDBA', 2);
410
411
412 define ('OCI_CRED_EXT', -2147483648);
413
414
415 define ('OCI_DESCRIBE_ONLY', 16);
416
417
418 define ('OCI_COMMIT_ON_SUCCESS', 32);
419
420
421 define ('OCI_NO_AUTO_COMMIT', 0);
422
423
424 define ('OCI_EXACT_FETCH', 2);
425
426
427 define ('OCI_SEEK_SET', 0);
428
429
430 define ('OCI_SEEK_CUR', 1);
431
432
433 define ('OCI_SEEK_END', 2);
434
435
436 define ('OCI_LOB_BUFFER_FREE', 1);
437
438
439 define ('SQLT_BFILEE', 114);
440
441
442 define ('SQLT_CFILEE', 115);
443
444
445 define ('SQLT_CLOB', 112);
446
447
448 define ('SQLT_BLOB', 113);
449
450
451 define ('SQLT_RDD', 104);
452
453
454 define ('SQLT_INT', 3);
455
456
457 define ('SQLT_NUM', 2);
458
459
460 define ('SQLT_RSET', 116);
461
462
463 define ('SQLT_AFC', 96);
464
465
466 define ('SQLT_CHR', 1);
467
468
469 define ('SQLT_VCS', 9);
470
471
472 define ('SQLT_AVC', 97);
473
474
475 define ('SQLT_STR', 5);
476
477
478 define ('SQLT_LVC', 94);
479
480
481 define ('SQLT_FLT', 4);
482
483
484 define ('SQLT_UIN', 68);
485
486
487 define ('SQLT_LNG', 8);
488
489
490 define ('SQLT_LBI', 24);
491
492
493 define ('SQLT_BIN', 23);
494
495
496 define ('SQLT_ODT', 156);
497
498
499 define ('SQLT_BDOUBLE', 22);
500
501
502 define ('SQLT_BFLOAT', 21);
503
504
505 define ('OCI_B_NTY', 108);
506
507
508 define ('SQLT_NTY', 108);
509
510
511 define ('OCI_SYSDATE', "SYSDATE");
512
513
514 define ('OCI_B_BFILE', 114);
515
516
517 define ('OCI_B_CFILEE', 115);
518
519
520 define ('OCI_B_CLOB', 112);
521
522
523 define ('OCI_B_BLOB', 113);
524
525
526 define ('OCI_B_ROWID', 104);
527
528
529 define ('OCI_B_CURSOR', 116);
530
531
532 define ('OCI_B_BIN', 23);
533
534
535 define ('OCI_B_INT', 3);
536
537
538 define ('OCI_B_NUM', 2);
539
540
541 define ('OCI_FETCHSTATEMENT_BY_COLUMN', 16);
542
543
544 define ('OCI_FETCHSTATEMENT_BY_ROW', 32);
545
546
547 define ('OCI_ASSOC', 1);
548
549
550 define ('OCI_NUM', 2);
551
552
553 define ('OCI_BOTH', 3);
554
555
556 define ('OCI_RETURN_NULLS', 4);
557
558
559 define ('OCI_RETURN_LOBS', 8);
560
561
562 define ('OCI_DTYPE_FILE', 56);
563
564
565 define ('OCI_DTYPE_LOB', 50);
566
567
568 define ('OCI_DTYPE_ROWID', 54);
569
570
571 define ('OCI_D_FILE', 56);
572
573
574 define ('OCI_D_LOB', 50);
575
576
577 define ('OCI_D_ROWID', 54);
578
579
580 define ('OCI_TEMP_CLOB', 2);
581
582
583 define ('OCI_TEMP_BLOB', 1);
584
585
586 define ('SQLT_BOL', 252);
587
588
589 define ('OCI_B_BOL', 252);