You are here

constant DB_FETCHMODE_ORDERED in Flickr API 5

Column data indexed by numbers, ordered from 0 and up

6 uses of DB_FETCHMODE_ORDERED
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

... See full list

File

phpFlickr/PEAR/DB.php, line 263

Code

define('DB_FETCHMODE_ORDERED', 1);