API17

API17:JDatabaseSQLSrv::getQuery

From Joomla! Documentation

Joomla 11.1 JDatabaseSQLSrv::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 292 of libraries/joomla/database/database/sqlsrv.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples