JDatabaseQueryElementMySQL: Difference between revisions
From Joomla! Documentation
m moving preparation |
m clean up |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JDatabaseQueryElementMySQL== | =={{JVer|11.1}} JDatabaseQueryElementMySQL== | ||
===Description=== | ===Description=== | ||
{{Description:JDatabaseQueryElementMySQL}} | {{subst:Description:JDatabaseQueryElementMySQL}} | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| Line 26: | Line 24: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]] | ||
* [[API17:JDatabaseQueryElementMySQL|Other versions of JDatabaseQueryElementMySQL]] | * [[API17:JDatabaseQueryElementMySQL|Other versions of JDatabaseQueryElementMySQL]] | ||
{{SeeAlso:JDatabaseQueryElementMySQL}} | {{subst:SeeAlso:JDatabaseQueryElementMySQL}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:09, 24 March 2017
JDatabaseQueryElementMySQL
Description
{{subst:Description:JDatabaseQueryElementMySQL}}
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
- Defined in libraries/joomla/database/database/mysqlquery.php
- Extends JDatabaseQueryElement
Importing
jimport( 'joomla.database.database.mysqlquery' );
See also
JDatabaseQueryElementMySQL source code on BitBucket
Subpackage Database- Other versions of JDatabaseQueryElementMySQL
{{subst:SeeAlso:JDatabaseQueryElementMySQL}}
User contributed notes
<CodeExamplesForm />