API17:JDatabaseQueryMySQLi
From Joomla! Documentation
Revision as of 13:35, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseQueryMySQLi
Description
Description:JDatabaseQueryMySQLi [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | auto_increment | |
| public | castToChar | |
| public | charLength | |
| public | concat | |
| public | delete | |
| public | dropIfExists | |
| public | fields | |
| public | from | |
| public | group | |
| public | having | |
| public | innerJoin | |
| public | insert | |
| public | insertInto | |
| public | join | |
| public | leftJoin | |
| public | length | |
| public | lock | Method to lock the database table for writing. |
| public | now | |
| public | order | |
| public | outerJoin | |
| public | renameTable | |
| public | rightJoin | |
| public | select | |
| public | set | |
| public | showTables | |
| public | unlock | Method to unlock the database table for writing. |
| public | update | |
| public | values | |
| public | where |
- Defined in libraries/joomla/database/database/mysqliquery.php
- Extends JDatabaseQuery
Importing
jimport( 'joomla.database.database.mysqliquery' );
See also
-
JDatabaseQueryMySQLi source code on BitBucket
-
Subpackage Database
- Other versions of JDatabaseQueryMySQLi
SeeAlso:JDatabaseQueryMySQLi [Edit See Also]
User contributed notes
<CodeExamplesForm />
