Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_oci/
H A Dphp_pdo_oci_int.h65 ub2 stmt_type; member
H A Doci_driver.c321 ub2 stmt_type; in oci_handle_doer() local
334 H->last_err = OCIAttrGet(stmt, OCI_HTYPE_STMT, &stmt_type, 0, OCI_ATTR_STMT_TYPE, H->err); in oci_handle_doer()
336 if (stmt_type == OCI_STMT_SELECT) { in oci_handle_doer()
H A Doci_statement.c134 if (!S->stmt_type) { in oci_stmt_execute()
136 (S->stmt, OCI_HTYPE_STMT, &S->stmt_type, 0, OCI_ATTR_STMT_TYPE, S->err)); in oci_stmt_execute()
156 (S->stmt_type == OCI_STMT_SELECT && !S->have_blobs) ? 0 : 1, 0, NULL, NULL, in oci_stmt_execute()

Completed in 13 milliseconds