JDatabaseQueryElementMySQL: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JDatabaseQueryElementMySQL== | =={{JVer|11.1}} JDatabaseQueryElementMySQL== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 24: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseQueryElementMySQL | category=JDatabaseQueryElementMySQL | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 02:43, 25 March 2017
JDatabaseQueryElementMySQL
Description
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
User contributed notes
Code Examples