constant DB_OK in Flickr API 5
The code returned by many methods upon success
25 uses of DB_OK
- DB_common::execute in phpFlickr/
PEAR/ DB/ common.php - Executes a DB statement prepared with prepare()
- DB_common::executeMultiple in phpFlickr/
PEAR/ DB/ common.php - Performs several execute() calls on the same statement handle
- DB_common::getAll in phpFlickr/
PEAR/ DB/ common.php - Fetches all of the rows from a query result
- 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
File
- phpFlickr/
PEAR/ DB.php, line 46
Code
define('DB_OK', 1);