Searched refs:php_oci_statement_create (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/oci8/ |
H A D | php_oci8_int.h | 487 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_…
|
H A D | oci8_interface.c | 1811 statement = php_oci_statement_create(connection, query, (int) query_len); in PHP_FUNCTION() 2160 statement = php_oci_statement_create(connection, NULL, 0); in PHP_FUNCTION()
|
H A D | oci8_statement.c | 50 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_… in php_oci_statement_create() function 439 nested_stmt = php_oci_statement_create(outcol->statement->connection, NULL, 0); in php_oci_define_callback()
|
Completed in 28 milliseconds