Searched refs:stmt_type (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/pdo_oci/ |
| H A D | php_pdo_oci_int.h | 65 ub2 stmt_type; member in struct:__anon162
|
| H A D | oci_driver.c | 331 ub2 stmt_type; local 344 H->last_err = OCIAttrGet(stmt, OCI_HTYPE_STMT, &stmt_type, 0, OCI_ATTR_STMT_TYPE, H->err); 346 if (stmt_type == OCI_STMT_SELECT) {
|
| H A D | oci_statement.c | 125 if (!S->stmt_type) { 127 (S->stmt, OCI_HTYPE_STMT, &S->stmt_type, 0, OCI_ATTR_STMT_TYPE, S->err)); 147 (S->stmt_type == OCI_STMT_SELECT && !S->have_blobs) ? 0 : 1, 0, NULL, NULL,
|
Completed in 4 milliseconds