You are here

25 uses of DB_OK in Flickr API 5

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::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::query in phpFlickr/PEAR/DB/common.php
Sends a query to the database server
DB_common::setOption in phpFlickr/PEAR/DB/common.php
Sets run-time configuration options for PEAR DB
DB_mysql::autoCommit in phpFlickr/PEAR/DB/mysql.php
Enables or disables automatic commits
DB_mysql::commit in phpFlickr/PEAR/DB/mysql.php
Commits the current transaction
DB_mysql::connect in phpFlickr/PEAR/DB/mysql.php
Connect to the database server, log in and open the database
DB_mysql::fetchInto in phpFlickr/PEAR/DB/mysql.php
Places a row from the result set into the given array
DB_mysql::nextId in phpFlickr/PEAR/DB/mysql.php
Returns the next free id in a sequence
DB_mysql::rollback in phpFlickr/PEAR/DB/mysql.php
Reverts the current transaction
DB_mysql::simpleQuery in phpFlickr/PEAR/DB/mysql.php
Sends a query to the database server
DB_pgsql::autoCommit in phpFlickr/PEAR/DB/pgsql.php
Enables or disables automatic commits
DB_pgsql::commit in phpFlickr/PEAR/DB/pgsql.php
Commits the current transaction
DB_pgsql::connect in phpFlickr/PEAR/DB/pgsql.php
Connect to the database server, log in and open the database
DB_pgsql::fetchInto in phpFlickr/PEAR/DB/pgsql.php
Places a row from the result set into the given array
DB_pgsql::rollback in phpFlickr/PEAR/DB/pgsql.php
Reverts the current transaction
DB_pgsql::simpleQuery in phpFlickr/PEAR/DB/pgsql.php
Sends a query to the database server
DB_result::fetchInto in phpFlickr/PEAR/DB.php
Fetch a row of data into an array which is passed by reference
DB_result::fetchRow in phpFlickr/PEAR/DB.php
Fetch a row of data and return it by reference into an array
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.