JDatabaseQuery::clear
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabaseQuery::clear
Description
Clear data from the query or a specific clause of the query.
public function clear ($clause=null)
Parameter | Type | Default | Description |
---|---|---|---|
$clause | string | null | $clear Optionally, the name of the clause to clear, or nothing to clear the whole query. |
See also
JDatabaseQuery::clear source code on BitBucket
Class JDatabaseQuery
Subpackage Database
- Other versions of JDatabaseQuery::clear