API17:JDatabaseQueryMySQL
From Joomla! Documentation
JDatabaseQueryMySQL
Description
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/mysqlquery.php
- Extends JDatabaseQuery
Importing
jimport( 'joomla.database.database.mysqlquery' );
See also
JDatabaseQueryMySQL source code on BitBucket
Subpackage Database- Other versions of JDatabaseQueryMySQL
User contributed notes
Code Examples