You are here

6 uses of DB_FETCHMODE_ORDERED in Flickr API 5

DB_common::getAssoc in phpFlickr/PEAR/DB/common.php
Fetches an entire query result and returns it as an associative array using the first column as the key
DB_common::getCol in phpFlickr/PEAR/DB/common.php
Fetches a single column from a query result and returns it as an indexed array
DB_common::getOne in phpFlickr/PEAR/DB/common.php
Fetches the first column of the first row from a query result
DB_common::setFetchMode in phpFlickr/PEAR/DB/common.php
Sets the fetch mode that should be used by default for query results
DB_pgsql::nextId in phpFlickr/PEAR/DB/pgsql.php
Returns the next free id in a sequence
DB_result::numRows in phpFlickr/PEAR/DB.php
Get the number of rows in a result set