9 calls to DB_mysql::mysqlRaiseError() in Flickr API 5
- DB_mysql::commit in phpFlickr/
PEAR/ DB/ mysql.php - Commits the current transaction
- DB_mysql::connect in phpFlickr/
PEAR/ DB/ mysql.php - Connect to the database server, log in and open the database
- DB_mysql::nextId in phpFlickr/
PEAR/ DB/ mysql.php - Returns the next free id in a sequence
- DB_mysql::numCols in phpFlickr/
PEAR/ DB/ mysql.php - Gets the number of columns in a result set
- DB_mysql::numRows in phpFlickr/
PEAR/ DB/ mysql.php - Gets the number of rows in a result set
- DB_mysql::rollback in phpFlickr/
PEAR/ DB/ mysql.php - Reverts the current transaction
- DB_mysql::simpleQuery in phpFlickr/
PEAR/ DB/ mysql.php - Sends a query to the database server
- DB_mysql::tableInfo in phpFlickr/
PEAR/ DB/ mysql.php - Returns information about a table or a result set
- DB_mysql::_BCsequence in phpFlickr/
PEAR/ DB/ mysql.php - Backwards compatibility with old sequence emulation implementation (clean up the dupes)