JDatabaseQuery/1.6
From Joomla! Documentation
JDatabaseQuery
Description
Description:JDatabaseQuery [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __toString | Magic function to convert the query to a string. |
| public | clear | Clear data from the query or a specific clause of the query. |
| public | delete | |
| public | from | |
| public | group | |
| public | having | |
| public | innerJoin | |
| public | insert | |
| public | join | |
| public | leftJoin | |
| public | order | |
| public | outerJoin | |
| public | rightJoin | |
| public | select | |
| public | set | |
| public | update | |
| public | where |
- Defined in libraries/joomla/database/databasequery.php
Importing
jimport( 'joomla.database.databasequery' );
See also
JDatabaseQuery source code on JoomlaCode
Subpackage Database- Other versions of JDatabaseQuery
SeeAlso:JDatabaseQuery [Edit See Also]