Home
last modified time | relevance | path

Searched refs:php_oci_statement_set_prefetch (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/ext/oci8/
H A Dphp_oci8_int.h449 int php_oci_statement_set_prefetch (php_oci_statement *, long TSRMLS_DC);
H A Doci8_statement.c101 php_oci_statement_set_prefetch(statement, OCI_G(default_prefetch) TSRMLS_CC); in php_oci_statement_create()
114 int php_oci_statement_set_prefetch(php_oci_statement *statement, long size TSRMLS_DC) in php_oci_statement_set_prefetch() function
H A Doci8_interface.c1747 if (php_oci_statement_set_prefetch(statement, size TSRMLS_CC)) {

Completed in 19 milliseconds