Searched refs:PDO_FETCH_ORI_FIRST (Results 1 – 5 of 5) sorted by relevance
115 PDO_FETCH_ORI_FIRST, /* scroll to the first row and fetch that */ enumerator
1477 REGISTER_PDO_CLASS_CONST_LONG("FETCH_ORI_FIRST", (zend_long)PDO_FETCH_ORI_FIRST); in pdo_dbh_init()
430 case PDO_FETCH_ORI_FIRST: spprintf(&ori_str, 0, "FIRST"); break; in pgsql_stmt_fetch()
536 case PDO_FETCH_ORI_FIRST: odbcori = SQL_FETCH_FIRST; break; in odbc_stmt_fetch()
473 case PDO_FETCH_ORI_FIRST: ociori = OCI_FETCH_FIRST; break; in oci_stmt_fetch()
Completed in 30 milliseconds