API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JDatabaseMySQLi::__construct | ( | $ | options | ) |
JDatabaseMySQLi::__destruct | ( | ) |
JDatabaseMySQLi::connected | ( | ) |
Determines if the connection to the server is active.
public
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::explain | ( | ) |
JDatabaseMySQLi::getAffectedRows | ( | ) |
Description
public
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::getCollation | ( | ) |
JDatabaseMySQLi::getEscaped | ( | $ | text, |
$ | extra = false |
||
) |
JDatabaseMySQLi::getNumRows | ( | $ | cur = null | ) |
Description
public
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::getTableCreate | ( | $ | tables | ) |
JDatabaseMySQLi::getTableFields | ( | $ | tables, |
$ | typeonly = true |
||
) |
JDatabaseMySQLi::getTableList | ( | ) |
Description
public
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::getVersion | ( | ) |
JDatabaseMySQLi::hasUTF | ( | ) |
Determines UTF support
public
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::insertid | ( | ) |
JDatabaseMySQLi::insertObject | ( | $ | table, |
&$ | object, | ||
$ | keyName = NULL |
||
) |
JDatabaseMySQLi::loadAssoc | ( | ) |
JDatabaseMySQLi::loadAssocList | ( | $ | key = '' | ) |
JDatabaseMySQLi::loadObject | ( | ) |
This global function loads the first row of a query into an object
public
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::loadObjectList | ( | $ | key = '' | ) |
Load a list of database objects
If key is not empty then the returned array is indexed by the value the database key. Returns null if the query fails.
public
string | The field name of a primary key |
Réimplémentée à partir de JDatabase.
Références $array.
JDatabaseMySQLi::loadResult | ( | ) |
This method loads the first field of the first row returned by the query.
public
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::loadResultArray | ( | $ | numinarray = 0 | ) |
JDatabaseMySQLi::loadRow | ( | ) |
JDatabaseMySQLi::loadRowList | ( | $ | key = null | ) |
Load a list of database rows (numeric column indexing)
If key is not empty then the returned array is indexed by the value the database key. Returns null if the query fails.
public
string | The field name of a primary key |
Réimplémentée à partir de JDatabase.
Références $array.
JDatabaseMySQLi::query | ( | ) |
Execute the query
public
Réimplémentée à partir de JDatabase.
Références JError::raiseError().
JDatabaseMySQLi::queryBatch | ( | $ | abort_on_error = true , |
$ | p_transaction_safe = false |
||
) |
JDatabaseMySQLi::select | ( | $ | database | ) |
Select a database for use
public
string | $database |
JDatabaseMySQLi::setUTF | ( | ) |
JDatabaseMySQLi::test | ( | ) | [static] |
Test to see if the MySQLi connector is available
public
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::updateObject | ( | $ | table, |
&$ | object, | ||
$ | keyName, | ||
$ | updateNulls = true |
||
) |
JDatabaseMySQLi::$_nameQuote = '`' |
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::$_nullDate = '0000-00-00 00:00:00' |
Réimplémentée à partir de JDatabase.
JDatabaseMySQLi::$name = 'mysqli' |
Réimplémentée à partir de JDatabase.