Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo/
H A Dphp_pdo_driver.h93 PDO_FETCH_ORI_FIRST, /* scroll to the first row and fetch that */ enumerator
H A Dpdo_dbh.c1428 REGISTER_PDO_CLASS_CONST_LONG("FETCH_ORI_FIRST", (zend_long)PDO_FETCH_ORI_FIRST); in pdo_dbh_init()
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_statement.c431 case PDO_FETCH_ORI_FIRST: spprintf(&ori_str, 0, "FIRST"); break; in pgsql_stmt_fetch()
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_stmt.c524 case PDO_FETCH_ORI_FIRST: odbcori = SQL_FETCH_FIRST; break; in odbc_stmt_fetch()
/PHP-8.1/ext/pdo_oci/
H A Doci_statement.c465 case PDO_FETCH_ORI_FIRST: ociori = OCI_FETCH_FIRST; break; in oci_stmt_fetch()

Completed in 29 milliseconds