You are here

26 calls to DB_common::raiseError() in Flickr API 5

DB_common::affectedRows in phpFlickr/PEAR/DB/common.php
Determines the number of rows affected by a data maniuplation query
DB_common::autoCommit in phpFlickr/PEAR/DB/common.php
Enables or disables automatic commits
DB_common::buildManipSQL in phpFlickr/PEAR/DB/common.php
Produces an SQL query string for autoPrepare()
DB_common::commit in phpFlickr/PEAR/DB/common.php
Commits the current transaction
DB_common::createSequence in phpFlickr/PEAR/DB/common.php
Creates a new sequence
DB_common::dropSequence in phpFlickr/PEAR/DB/common.php
Deletes a sequence
DB_common::errorNative in phpFlickr/PEAR/DB/common.php
Gets the DBMS' native error code produced by the last query
DB_common::executeEmulateQuery in phpFlickr/PEAR/DB/common.php
Emulates executing prepared statements if the DBMS not support them
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::getListOf in phpFlickr/PEAR/DB/common.php
Lists internal database information
DB_common::getOption in phpFlickr/PEAR/DB/common.php
Returns the value of an option
DB_common::getSpecialQuery in phpFlickr/PEAR/DB/common.php
Obtains the query string needed for listing a given type of objects
DB_common::nextId in phpFlickr/PEAR/DB/common.php
Returns the next free id in a sequence
DB_common::numRows in phpFlickr/PEAR/DB/common.php
Determines the number of rows in a query result
DB_common::rollback in phpFlickr/PEAR/DB/common.php
Reverts the current transaction
DB_common::setFetchMode in phpFlickr/PEAR/DB/common.php
Sets the fetch mode that should be used by default for query results
DB_common::setOption in phpFlickr/PEAR/DB/common.php
Sets run-time configuration options for PEAR DB
DB_common::tableInfo in phpFlickr/PEAR/DB/common.php
Returns information about a table or a result set
DB_mysql::connect in phpFlickr/PEAR/DB/mysql.php
Connect to the database server, log in and open the database
DB_mysql::mysqlRaiseError in phpFlickr/PEAR/DB/mysql.php
Produces a DB_Error object regarding the current problem
DB_mysql::nextId in phpFlickr/PEAR/DB/mysql.php
Returns the next free id in a sequence
DB_pgsql::connect in phpFlickr/PEAR/DB/pgsql.php
Connect to the database server, log in and open the database
DB_pgsql::nextId in phpFlickr/PEAR/DB/pgsql.php
Returns the next free id in a sequence
DB_pgsql::pgsqlRaiseError in phpFlickr/PEAR/DB/pgsql.php
Produces a DB_Error object regarding the current problem