Searched refs:PDO_FETCH_ORI_FIRST (Results 1 – 5 of 5) sorted by relevance
113 PDO_FETCH_ORI_FIRST, /* scroll to the first row and fetch that */ enumerator
1479 REGISTER_PDO_CLASS_CONST_LONG("FETCH_ORI_FIRST", (long)PDO_FETCH_ORI_FIRST); in pdo_dbh_init()
394 case PDO_FETCH_ORI_FIRST: spprintf(&ori_str, 0, "FIRST"); break; in pgsql_stmt_fetch()
520 case PDO_FETCH_ORI_FIRST: odbcori = SQL_FETCH_FIRST; break; in odbc_stmt_fetch()
451 case PDO_FETCH_ORI_FIRST: ociori = OCI_FETCH_FIRST; break; in oci_stmt_fetch()
Completed in 18 milliseconds