Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c437 ub4 ociori; in oci_stmt_fetch() local
443 case PDO_FETCH_ORI_NEXT: ociori = OCI_FETCH_NEXT; break; in oci_stmt_fetch()
444 case PDO_FETCH_ORI_PRIOR: ociori = OCI_FETCH_PRIOR; break; in oci_stmt_fetch()
445 case PDO_FETCH_ORI_FIRST: ociori = OCI_FETCH_FIRST; break; in oci_stmt_fetch()
446 case PDO_FETCH_ORI_LAST: ociori = OCI_FETCH_LAST; break; in oci_stmt_fetch()
447 case PDO_FETCH_ORI_ABS: ociori = OCI_FETCH_ABSOLUTE; break; in oci_stmt_fetch()
448 case PDO_FETCH_ORI_REL: ociori = OCI_FETCH_RELATIVE; break; in oci_stmt_fetch()
450 S->last_err = OCIStmtFetch2(S->stmt, S->err, 1, ociori, offset, OCI_DEFAULT); in oci_stmt_fetch()

Completed in 5 milliseconds