Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_interface.c2589 php_oci_statement *imp_statement; in PHP_FUNCTION() local
2597 imp_statement = php_oci_get_implicit_resultset(statement); in PHP_FUNCTION()
2599 if (imp_statement) { in PHP_FUNCTION()
2600 if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT)) in PHP_FUNCTION()
2602 RETURN_RES(imp_statement->id); in PHP_FUNCTION()

Completed in 10 milliseconds