8 uses of DB_FETCHMODE_ASSOC 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::setFetchMode in phpFlickr/
PEAR/ DB/ common.php - Sets the fetch mode that should be used by default for query results
- DB_mysql::fetchInto in phpFlickr/
PEAR/ DB/ mysql.php - Places a row from the result set into the given array
- DB_pgsql::fetchInto in phpFlickr/
PEAR/ DB/ pgsql.php - Places a row from the result set into the given array
- DB_result::fetchInto in phpFlickr/
PEAR/ DB.php - Fetch a row of data into an array which is passed by reference
- DB_result::fetchRow in phpFlickr/
PEAR/ DB.php - Fetch a row of data and return it by reference into an array
- DB_storage::setup in phpFlickr/
PEAR/ DB/ storage.php - Method used to initialize a DB_storage object from the configured table.