API17:JDatabase::setQuery
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabase::setQuery
Description
Sets the SQL query string for later execution.
Description:JDatabase::setQuery [Edit Descripton]
Synopsis
public JDatabase::setQuery ($query, $offset=0, $limit=0)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $query | |||
| $offset | 0 | ||
| $limit | 0 |
Returns
Defined in
libraries/joomla/database/database.php (line 506)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
