API17:JDatabaseQueryElement
From Joomla! Documentation
JDatabaseQueryElement
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | __toString | Magic function to convert the query element to a string. |
| public | append | Appends element parts to the internal list. |
- Defined in libraries/joomla/database/databasequery.php
- Extended by
Importing
jimport( 'joomla.database.databasequery' );
See also
JDatabaseQueryElement source code on BitBucket
Subpackage Database- Other versions of JDatabaseQueryElement
User contributed notes
Code Examples