Home
last modified time | relevance | path

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

/PHP-5.4/ext/oci8/
H A Dphp_oci8_int.h448 php_oci_statement * php_oci_statement_create (php_oci_connection *, char *, int TSRMLS_DC);
H A Doci8_interface.c1724 statement = php_oci_statement_create(connection, query, query_len TSRMLS_CC);
1980 statement = php_oci_statement_create(connection, NULL, 0 TSRMLS_CC);
H A Doci8_statement.c46 php_oci_statement *php_oci_statement_create (php_oci_connection *connection, char *query, int query… in php_oci_statement_create() function
351 nested_stmt = php_oci_statement_create(outcol->statement->connection, NULL, 0 TSRMLS_CC); in php_oci_define_callback()

Completed in 23 milliseconds