Home
last modified time | relevance | path

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

/PHP-5.5/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"'…
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1701 SQLLEN rownum; in php_odbc_fetch_hash() local
1709 rownum = pv_row; in php_odbc_fetch_hash()
1727 if (rownum > 0) { in php_odbc_fetch_hash()
1744 result->fetched = rownum; in php_odbc_fetch_hash()
1858 SQLLEN rownum = -1; in PHP_FUNCTION() local
1866 rownum = pv_row; in PHP_FUNCTION()
1886 if (rownum > 0) { in PHP_FUNCTION()
1901 result->fetched = rownum; in PHP_FUNCTION()
2005 SQLLEN rownum; in PHP_FUNCTION() local
2019 rownum = pv_row; in PHP_FUNCTION()
[all …]

Completed in 30 milliseconds