You are here

25 calls to DB::isError() in Flickr API 5

DB::connect in phpFlickr/PEAR/DB.php
Create a new DB object including a connection to the specified database
DB::errorMessage in phpFlickr/PEAR/DB.php
Return a textual error message for a DB error code
DB::factory in phpFlickr/PEAR/DB.php
Create a new DB object for the specified database type but don't connect to the database
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::autoPrepare in phpFlickr/PEAR/DB/common.php
Automaticaly generates an insert or update query and pass it to prepare()
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::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::getListOf in phpFlickr/PEAR/DB/common.php
Lists internal database information
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::limitQuery in phpFlickr/PEAR/DB/common.php
Generates and executes a LIMIT query
DB_common::query in phpFlickr/PEAR/DB/common.php
Sends a query to the database server
DB_mysql::createSequence in phpFlickr/PEAR/DB/mysql.php
Creates a new sequence
DB_mysql::nextId in phpFlickr/PEAR/DB/mysql.php
Returns the next free id in a sequence
DB_mysql::_BCsequence in phpFlickr/PEAR/DB/mysql.php
Backwards compatibility with old sequence emulation implementation (clean up the dupes)
DB_pgsql::nextId in phpFlickr/PEAR/DB/pgsql.php
Returns the next free id in a sequence
DB_result::free in phpFlickr/PEAR/DB.php
Frees the resources allocated for this result set
DB_result::numRows in phpFlickr/PEAR/DB.php
Get the number of rows in a result set
DB_storage::insert in phpFlickr/PEAR/DB/storage.php
Create a new (empty) row in the configured table for this object.
DB_storage::remove in phpFlickr/PEAR/DB/storage.php
Remove the row represented by this object from the database.
DB_storage::setup in phpFlickr/PEAR/DB/storage.php
Method used to initialize a DB_storage object from the configured table.
DB_storage::store in phpFlickr/PEAR/DB/storage.php
Stores changes to this object in the database.