Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h113 PDO_FETCH_ORI_FIRST, /* scroll to the first row and fetch that */ enumerator
H A Dpdo_dbh.c1492 REGISTER_PDO_CLASS_CONST_LONG("FETCH_ORI_FIRST", (long)PDO_FETCH_ORI_FIRST); in pdo_dbh_init()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c396 case PDO_FETCH_ORI_FIRST: spprintf(&ori_str, 0, "FIRST"); break; in pgsql_stmt_fetch()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c520 case PDO_FETCH_ORI_FIRST: odbcori = SQL_FETCH_FIRST; break; in odbc_stmt_fetch()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c451 case PDO_FETCH_ORI_FIRST: ociori = OCI_FETCH_FIRST; break; in oci_stmt_fetch()

Completed in 21 milliseconds