Home
last modified time | relevance | path

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

/php-src/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_arginfo.h529 ZVAL_LONG(&const_FETCH_ORI_FIRST_value, LONG_CONST(PDO_FETCH_ORI_FIRST)); in register_class_PDO()
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c435 case PDO_FETCH_ORI_FIRST: spprintf(&ori_str, 0, "FIRST"); break; in pgsql_stmt_fetch()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c533 case PDO_FETCH_ORI_FIRST: odbcori = SQL_FETCH_FIRST; break; in odbc_stmt_fetch()

Completed in 18 milliseconds