Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c464 ub4 ociori; in oci_stmt_fetch() local
470 case PDO_FETCH_ORI_NEXT: ociori = OCI_FETCH_NEXT; break; in oci_stmt_fetch()
471 case PDO_FETCH_ORI_PRIOR: ociori = OCI_FETCH_PRIOR; break; in oci_stmt_fetch()
472 case PDO_FETCH_ORI_FIRST: ociori = OCI_FETCH_FIRST; break; in oci_stmt_fetch()
473 case PDO_FETCH_ORI_LAST: ociori = OCI_FETCH_LAST; break; in oci_stmt_fetch()
474 case PDO_FETCH_ORI_ABS: ociori = OCI_FETCH_ABSOLUTE; break; in oci_stmt_fetch()
475 case PDO_FETCH_ORI_REL: ociori = OCI_FETCH_RELATIVE; break; in oci_stmt_fetch()
477 S->last_err = OCIStmtFetch2(S->stmt, S->err, 1, ociori, (sb4) offset, OCI_DEFAULT); in oci_stmt_fetch()

Completed in 9 milliseconds