7 calls to DB_common::freePrepared() in Flickr API 5
- DB_common::autoExecute in phpFlickr/
PEAR/ DB/ common.php - Automaticaly generates an insert or update query and call prepare() and execute() with it
- DB_common::getAll in phpFlickr/
PEAR/ DB/ common.php - Fetches all of the rows from a query result
- 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::getRow in phpFlickr/
PEAR/ DB/ common.php - Fetches the first row of data returned from a query result
- DB_common::query in phpFlickr/
PEAR/ DB/ common.php - Sends a query to the database server