API16:JDatabaseQuery/delete
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.
Description:JDatabaseQuery/delete
Contents |
Syntax
delete()
Defined in
libraries/joomla/database/databasequery.php
Importing
jimport( 'joomla.database.databasequery' );
Source Body
public function delete() { $this->_type = 'delete'; $this->_delete = new JDatabaseQueryElement('DELETE', array(), ''); return $this; }
[Edit See Also] SeeAlso:JDatabaseQuery/delete
Examples
<CodeExamplesForm />
