MySQL database class to perform the majority of database related functions in ILance
Located in /api/class.database_mysql.inc.php (line 29)
ilance_database | --ilance_mysql
MySQL Database Interface Functions
MySQL Database Array Resource Types
Inherited from ilance_database
ilance_database::$connection_link
ilance_database::$connection_read
ilance_database::$connection_write
ilance_database::$database
ilance_database::$debug
ilance_database::$email_reporting
ilance_database::$end
ilance_database::$errno
ilance_database::$error
ilance_database::$error_reporting
ilance_database::$explain
ilance_database::$formatted
ilance_database::$multiserver
ilance_database::$querylist
ilance_database::$query_count
ilance_database::$registry
ilance_database::$start
ilance_database::$totaltime
ilance_database::$ttquery
Constructor
Function to fetch the total number of affected rows for the connection
Function to close the database connection
Connect to the database and return the connection link resource
Connects to a database server and physically returns the connection link identifier
Function to mimic database error number handling
Function to mimic database error handling
Function to execute xxxx_real_escape_string()
Function to perform a database fetch array
Function to perform a database fetch associative array
Function to fetch a field value result from a table
Function to perform a database fetch object
Function to perform a database fetch row
Function to frees the memory associated with a result
Function to fetch the last insert id for the database connection
Function to perform a database num rows
Function to perform a database specific query
Function to perform a database specific query and immediately returns the associated array/results
Function to select the database with an associated mysql link identifier
Inherited From ilance_database
ilance_database::ilance_database()
ilance_database::add()
ilance_database::add_field_if_not_exist()
ilance_database::change_field_if_not_exist()
ilance_database::connect()
ilance_database::dberror()
ilance_database::explain_query()
ilance_database::field_exists()
ilance_database::format()
ilance_database::gettime()
ilance_database::query_cache()
ilance_database::remove()
ilance_database::select_db()
ilance_database::stop()
ilance_database::table_exists()
ilance_database::timer()
Documentation generated on Mon, 08 Aug 2011 17:40:53 +0200 by phpDocumentor 1.4.1