Home
last modified time | relevance | path

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

/PHP-5.3/ext/odbc/
H A Dphp_odbc.c1668 SQLLEN rownum; in php_odbc_fetch_hash() local
1676 rownum = pv_row; in php_odbc_fetch_hash()
1694 if (rownum > 0) { in php_odbc_fetch_hash()
1711 result->fetched = rownum; in php_odbc_fetch_hash()
1822 SQLLEN rownum = -1; in PHP_FUNCTION() local
1830 rownum = pv_row; in PHP_FUNCTION()
1850 if (rownum > 0) { in PHP_FUNCTION()
1865 result->fetched = rownum; in PHP_FUNCTION()
1965 SQLLEN rownum; in PHP_FUNCTION() local
1979 rownum = pv_row; in PHP_FUNCTION()
[all …]
/PHP-5.3/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 15 milliseconds