You are here

Constants in Flickr API 5

Primary tabs

Namesort descending Location Description Direct uses Strings
DB_AUTOQUERY_INSERT phpFlickr/PEAR/DB.php 1 1
DB_AUTOQUERY_UPDATE phpFlickr/PEAR/DB.php 1 1
DB_BINMODE_CONVERT phpFlickr/PEAR/DB.php Converts the data to hex format before returning it 1
DB_BINMODE_PASSTHRU phpFlickr/PEAR/DB.php Sends the fetched data straight through to output 1
DB_BINMODE_RETURN phpFlickr/PEAR/DB.php Lets you return data as usual 1
DB_ERROR phpFlickr/PEAR/DB.php Unkown error 3 1
DB_ERROR_ACCESS_VIOLATION phpFlickr/PEAR/DB.php The present user has inadequate permissions to perform the task requestd 2 1
DB_ERROR_ALREADY_EXISTS phpFlickr/PEAR/DB.php Tried to create a duplicate object 3 1
DB_ERROR_CANNOT_CREATE phpFlickr/PEAR/DB.php Could not create the object requested 1
DB_ERROR_CANNOT_DROP phpFlickr/PEAR/DB.php Could not drop the database requested because it does not exist 1
DB_ERROR_CONNECT_FAILED phpFlickr/PEAR/DB.php Could not connect to the database 2 1
DB_ERROR_CONSTRAINT phpFlickr/PEAR/DB.php Tried to insert a duplicate value into a primary or unique index 2 1
DB_ERROR_CONSTRAINT_NOT_NULL phpFlickr/PEAR/DB.php Tried to insert a null value into a column that doesn't allow nulls 2 1
DB_ERROR_DIVZERO phpFlickr/PEAR/DB.php Attempt to divide something by zero 1 1
DB_ERROR_EXTENSION_NOT_FOUND phpFlickr/PEAR/DB.php The PHP extension needed for this DBMS could not be found 2 1
DB_ERROR_INVALID phpFlickr/PEAR/DB.php A literal submitted did not match the data type expected 2 1
DB_ERROR_INVALID_DATE phpFlickr/PEAR/DB.php A literal date submitted did not match the data type expected 1
DB_ERROR_INVALID_DSN phpFlickr/PEAR/DB.php The DSN submitted has problems 1
DB_ERROR_INVALID_NUMBER phpFlickr/PEAR/DB.php A literal number submitted did not match the data type expected 1 1
DB_ERROR_MISMATCH phpFlickr/PEAR/DB.php The number of parameters does not match the number of placeholders 1 1
DB_ERROR_NEED_MORE_DATA phpFlickr/PEAR/DB.php The data submitted to the method was inappropriate 4 1
DB_ERROR_NODBSELECTED phpFlickr/PEAR/DB.php A database needs to be selected 3 1
DB_ERROR_NOSUCHDB phpFlickr/PEAR/DB.php The database requested does not exist 1
DB_ERROR_NOSUCHFIELD phpFlickr/PEAR/DB.php An identifier in the query refers to a non-existant column 3 1
DB_ERROR_NOSUCHTABLE phpFlickr/PEAR/DB.php An identifier in the query refers to a non-existant table 3 1
DB_ERROR_NOT_CAPABLE phpFlickr/PEAR/DB.php The current DBMS does not support the action you attempted 10 1
DB_ERROR_NOT_FOUND phpFlickr/PEAR/DB.php An identifier in the query refers to a non-existant object 4 1
DB_ERROR_NOT_LOCKED phpFlickr/PEAR/DB.php The attempt to lock the table failed 2 1
DB_ERROR_SYNTAX phpFlickr/PEAR/DB.php Syntax error 2 1
DB_ERROR_TRUNCATED phpFlickr/PEAR/DB.php A literal submitted was too long so the end of it was removed 1 1
DB_ERROR_UNSUPPORTED phpFlickr/PEAR/DB.php The current driver does not support the action you attempted 2 1
DB_ERROR_VALUE_COUNT_ON_ROW phpFlickr/PEAR/DB.php The number of columns doesn't match the number of values 1 1
DB_FETCHMODE_ASSOC phpFlickr/PEAR/DB.php Column data indexed by column names 8 1
DB_FETCHMODE_DEFAULT phpFlickr/PEAR/DB.php Indicates the current default fetch mode should be used 5 1
DB_FETCHMODE_FLIPPED phpFlickr/PEAR/DB.php For multi-dimensional results, make the column name the first level of the array and put the row number in the second level of the array 2 1
DB_FETCHMODE_OBJECT phpFlickr/PEAR/DB.php Column data as object properties 4 1
DB_FETCHMODE_ORDERED phpFlickr/PEAR/DB.php Column data indexed by numbers, ordered from 0 and up 6 1
DB_GETMODE_ASSOC phpFlickr/PEAR/DB.php 1
DB_GETMODE_FLIPPED phpFlickr/PEAR/DB.php 1
DB_GETMODE_ORDERED phpFlickr/PEAR/DB.php 1
DB_OK phpFlickr/PEAR/DB.php The code returned by many methods upon success 25 1
DB_PARAM_MISC phpFlickr/PEAR/DB.php Indicates a misc (<kbd>!</kbd>) placeholder was used 1 1
DB_PARAM_OPAQUE phpFlickr/PEAR/DB.php Indicates an opaque (<kbd>&</kbd>) placeholder was used 2 1
DB_PARAM_SCALAR phpFlickr/PEAR/DB.php Indicates a scalar (<kbd>?</kbd>) placeholder was used 2 1
DB_PORTABILITY_ALL phpFlickr/PEAR/DB.php Turn on all portability features 1
DB_PORTABILITY_DELETE_COUNT phpFlickr/PEAR/DB.php Force reporting the number of rows deleted 2 1
DB_PORTABILITY_ERRORS phpFlickr/PEAR/DB.php Makes certain error messages in certain drivers compatible with those from other DBMS's 1 1
DB_PORTABILITY_LOWERCASE phpFlickr/PEAR/DB.php Convert names of tables and fields to lower case when using the get*(), fetch*() and tableInfo() methods 5 1
DB_PORTABILITY_NONE phpFlickr/PEAR/DB.php Turn off all portability features 1 1
DB_PORTABILITY_NULL_TO_EMPTY phpFlickr/PEAR/DB.php Convert null values to empty strings in data output by get*() and fetch*() 2 1

Pages

Other projects