JDatabaseQueryOracle::clear
Clear data from the query or a specific clause of the query.
Signature
public function clear([string
$clause = null] )
Parameters
-
$clause
- Optionally, the name of the clause to clear, or nothing to clear the whole query.
Returns
- JDatabaseQueryOracle
- Returns this object to allow chaining.