MySQL database driver
Located in /libraries/joomla/database/database/mysql.php (line 24)
JDatabase | --JDatabaseMySQL
Class | Description |
---|---|
JDatabaseMySQLi | MySQLi database driver |
The name of the database driver.
The character(s) used to quote SQL statement names such as table names or field names, etc. The child classes should define this as necessary. If a single character string the same character is used for both sides of the quoted name, else the first character will be used for the opening quote and the second for the closing quote.
The null or zero representation of a timestamp for the database driver. This should be defined in child classes to hold the appropriate value for the engine.
Inherited from JDatabase
JDatabase::$connection
JDatabase::$count
JDatabase::$cursor
JDatabase::$debug
JDatabase::$errorMsg
JDatabase::$errorNum
JDatabase::$hasQuoted
JDatabase::$instances
JDatabase::$limit
JDatabase::$log
JDatabase::$offset
JDatabase::$quoted
JDatabase::$sql
JDatabase::$tablePrefix
JDatabase::$utf
JDatabase::$_database
Test to see if the MySQL connector is available.
Constructor.
Destructor.
Determines if the connection to the server is active.
Drops a table from the database.
Method to escape a string for usage in an SQL statement.
Execute the SQL statement.
Diagnostic method to return explain information for a query.
Method to fetch a row from the result set cursor as an array.
Method to fetch a row from the result set cursor as an associative array.
Method to fetch a row from the result set cursor as an object.
Method to free up the memory used for the result set.
Get the number of affected rows for the previous executed SQL statement.
Method to get the database collation in use by sampling a text field of a table in the database.
Gets an exporter class object.
Gets an importer class object.
Get the number of returned rows for the previous executed SQL statement.
Get the current or query, or new JDatabaseQuery object.
Retrieves field information about a given table.
Shows the table CREATE statement that creates the given tables.
Get the details list of keys for a table.
Method to get an array of all tables in the database.
Get the version of the database connector.
Determines if the database engine supports UTF-8 character encoding.
Method to get the auto-incremented value from the last INSERT statement.
Locks a table in the database.
Execute a query batch.
Renames a table in the database.
Select a database for use.
Set the connection to use UTF-8 character encoding.
Method to commit a transaction.
Method to roll back a transaction.
Method to initialize a transaction.
Unlocks tables in the database.
Inherited From JDatabase
JDatabase::__construct()
JDatabase::addQuoted()
JDatabase::connected()
JDatabase::debug()
JDatabase::dropTable()
JDatabase::escape()
JDatabase::execute()
JDatabase::explain()
JDatabase::fetchArray()
JDatabase::fetchAssoc()
JDatabase::fetchObject()
JDatabase::freeResult()
JDatabase::getAffectedRows()
JDatabase::getCollation()
JDatabase::getConnection()
JDatabase::getConnectors()
JDatabase::getCount()
JDatabase::getDatabase()
JDatabase::getDateFormat()
JDatabase::getErrorMsg()
JDatabase::getErrorNum()
JDatabase::getEscaped()
JDatabase::getInstance()
JDatabase::getLog()
JDatabase::getMinimum()
JDatabase::getNullDate()
JDatabase::getNumRows()
JDatabase::getPrefix()
JDatabase::getQuery()
JDatabase::getTableColumns()
JDatabase::getTableCreate()
JDatabase::getTableFields()
JDatabase::getTableKeys()
JDatabase::getTableList()
JDatabase::getTicker()
JDatabase::getUTFSupport()
JDatabase::getVersion()
JDatabase::hasUTF()
JDatabase::insertid()
JDatabase::insertObject()
JDatabase::isMinimumVersion()
JDatabase::isQuoted()
JDatabase::loadAssoc()
JDatabase::loadAssocList()
JDatabase::loadColumn()
JDatabase::loadNextObject()
JDatabase::loadNextRow()
JDatabase::loadObject()
JDatabase::loadObjectList()
JDatabase::loadResult()
JDatabase::loadResultArray()
JDatabase::loadRow()
JDatabase::loadRowList()
JDatabase::lockTable()
JDatabase::nameQuote()
JDatabase::query()
JDatabase::queryBatch()
JDatabase::quote()
JDatabase::quoteName()
JDatabase::quoteNameStr()
JDatabase::renameTable()
JDatabase::replacePrefix()
JDatabase::select()
JDatabase::setDebug()
JDatabase::setQuery()
JDatabase::setUTF()
JDatabase::splitSql()
JDatabase::stderr()
JDatabase::transactionCommit()
JDatabase::transactionRollback()
JDatabase::transactionStart()
JDatabase::truncateTable()
JDatabase::unlockTables()
JDatabase::updateObject()
JDatabase::__call()
Documentation generated on Mon, 25 Jun 2012 13:57:56 -0500 by phpDocumentor 1.4.4