You are here

constant DB_ERROR_NOSUCHFIELD in Flickr API 5

An identifier in the query refers to a non-existant column

3 uses of DB_ERROR_NOSUCHFIELD
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_pgsql::errorCode in phpFlickr/PEAR/DB/pgsql.php
Determines PEAR::DB error code from the database's text error message.
DB_storage::set in phpFlickr/PEAR/DB/storage.php
Modify an attriute value.

File

phpFlickr/PEAR/DB.php, line 136

Code

define('DB_ERROR_NOSUCHFIELD', -19);