Searched refs:stmt_type (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 67 ub2 stmt_type; member
|
H A D | oci_driver.c | 323 ub2 stmt_type; in oci_handle_doer() local 336 H->last_err = OCIAttrGet(stmt, OCI_HTYPE_STMT, &stmt_type, 0, OCI_ATTR_STMT_TYPE, H->err); in oci_handle_doer() 338 if (stmt_type == OCI_STMT_SELECT) { in oci_handle_doer()
|
H A D | oci_statement.c | 136 if (!S->stmt_type) { in oci_stmt_execute() 138 (S->stmt, OCI_HTYPE_STMT, &S->stmt_type, 0, OCI_ATTR_STMT_TYPE, S->err)); in oci_stmt_execute() 158 (S->stmt_type == OCI_STMT_SELECT && !S->have_blobs) ? 0 : 1, 0, NULL, NULL, in oci_stmt_execute()
|
Completed in 13 milliseconds