Searched refs:oci_set_prefetch (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/ext/oci8/tests/ |
H A D | prefetch.phpt | 2 oci_set_prefetch() 30 var_dump(oci_set_prefetch($s, 10));
|
H A D | imp_res_prefetch.phpt | 55 var_dump(oci_set_prefetch($s, 0)); 62 var_dump(oci_set_prefetch($s, 1)); 69 var_dump(oci_set_prefetch($s, 2));
|
H A D | refcur_prefetch_4.phpt | 106 oci_set_prefetch($cur1,5); 121 oci_set_prefetch($cur1,5); 122 oci_set_prefetch($cur1,0); 123 oci_set_prefetch($cur1,100);
|
H A D | refcur_prefetch_1.phpt | 2 Prefetch with REF cursor. Test different values for prefetch with oci_set_prefetch(). 84 oci_set_prefetch($cur1,$value); 212 Warning: oci_set_prefetch(): Number of rows to be prefetched has to be greater than or equal to 0 i… 227 Warning: oci_set_prefetch(): Number of rows to be prefetched has to be greater than or equal to 0 i…
|
H A D | default_prefetch2.phpt | 32 var_dump(oci_set_prefetch($s, 10));
|
H A D | refcur_prefetch_2.phpt | 92 oci_set_prefetch($cur1,0); 101 oci_set_prefetch($cur1,5); 120 oci_set_prefetch($cur1,5);
|
H A D | reflection1.phpt | 66 reflection::export(new reflectionfunction('oci_set_prefetch')); 589 Function [ <internal%s> function oci_set_prefetch ] {
|
/PHP-7.2/ext/oci8/ |
H A D | oci8.c | 676 PHP_FUNCTION(oci_set_prefetch); 780 PHP_FE(oci_set_prefetch, arginfo_oci_set_prefetch) 838 PHP_FALIAS(ocisetprefetch, oci_set_prefetch, arginfo_oci_set_prefetch)
|
H A D | oci8_interface.c | 1822 PHP_FUNCTION(oci_set_prefetch) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds