Home
last modified time | relevance | path

Searched refs:rownum (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/ext/odbc/
H A Dphp_odbc.c1684 SQLLEN rownum; in php_odbc_fetch_hash() local
1692 rownum = pv_row; in php_odbc_fetch_hash()
1710 if (rownum > 0) { in php_odbc_fetch_hash()
1727 result->fetched = rownum; in php_odbc_fetch_hash()
1841 SQLLEN rownum = -1; in PHP_FUNCTION() local
1849 rownum = pv_row; in PHP_FUNCTION()
1869 if (rownum > 0) { in PHP_FUNCTION()
1884 result->fetched = rownum; in PHP_FUNCTION()
1988 SQLLEN rownum; in PHP_FUNCTION() local
2002 rownum = pv_row; in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/oci8/tests/
H A Dfetch_object_1.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dfetch_object.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…

Completed in 23 milliseconds