API17:JDatabaseMySQL::getQuery
From Joomla! Documentation
JDatabaseMySQL::getQuery
Description
Get the current or query, or new object.
public function getQuery ($new=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $new | false |
- Returns mixed The current value of the internal SQL variable or a new object.
- Defined on line 279 of libraries/joomla/database/database/mysql.php
- Since

See also
JDatabaseMySQL::getQuery source code on BitBucket
Class JDatabaseMySQL
Subpackage Database- Other versions of JDatabaseMySQL::getQuery
User contributed notes
Code Examples