You are here

13 calls to DB_common::query() in Flickr API 5

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::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_mysql::createSequence in phpFlickr/PEAR/DB/mysql.php
Creates a new sequence
DB_mysql::dropSequence in phpFlickr/PEAR/DB/mysql.php
Deletes a 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::createSequence in phpFlickr/PEAR/DB/pgsql.php
Creates a new sequence
DB_pgsql::dropSequence in phpFlickr/PEAR/DB/pgsql.php
Deletes a sequence
DB_pgsql::nextId in phpFlickr/PEAR/DB/pgsql.php
Returns the next free id in a sequence