You are here

constant DB_PORTABILITY_LOWERCASE in Flickr API 5

Convert names of tables and fields to lower case when using the get*(), fetch*() and tableInfo() methods

5 uses of DB_PORTABILITY_LOWERCASE
DB_common::setOption in phpFlickr/PEAR/DB/common.php
Sets run-time configuration options for PEAR DB
DB_mysql::fetchInto in phpFlickr/PEAR/DB/mysql.php
Places a row from the result set into the given array
DB_mysql::tableInfo in phpFlickr/PEAR/DB/mysql.php
Returns information about a table or a result set
DB_pgsql::fetchInto in phpFlickr/PEAR/DB/pgsql.php
Places a row from the result set into the given array
DB_pgsql::tableInfo in phpFlickr/PEAR/DB/pgsql.php
Returns information about a table or a result set

File

phpFlickr/PEAR/DB.php, line 349

Code

define('DB_PORTABILITY_LOWERCASE', 1);