Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h65 ub2 stmt_type; member
H A Doci_driver.c331 ub2 stmt_type; in oci_handle_doer() local
344 H->last_err = OCIAttrGet(stmt, OCI_HTYPE_STMT, &stmt_type, 0, OCI_ATTR_STMT_TYPE, H->err); in oci_handle_doer()
346 if (stmt_type == OCI_STMT_SELECT) { in oci_handle_doer()
H A Doci_statement.c125 if (!S->stmt_type) { in oci_stmt_execute()
127 (S->stmt, OCI_HTYPE_STMT, &S->stmt_type, 0, OCI_ATTR_STMT_TYPE, S->err)); in oci_stmt_execute()
147 (S->stmt_type == OCI_STMT_SELECT && !S->have_blobs) ? 0 : 1, 0, NULL, NULL, in oci_stmt_execute()

Completed in 8 milliseconds