Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/
H A Dphp_oci8_int.h490 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_…
H A Doci8_interface.c1601 statement = php_oci_statement_create(connection, query, (int) query_len); in PHP_FUNCTION()
1958 statement = php_oci_statement_create(connection, NULL, 0); in PHP_FUNCTION()
H A Doci8_statement.c47 php_oci_statement *php_oci_statement_create(php_oci_connection *connection, char *query, int query_… in php_oci_statement_create() function
435 nested_stmt = php_oci_statement_create(outcol->statement->connection, NULL, 0); in php_oci_define_callback()

Completed in 31 milliseconds