API16:JDatabaseQuery/delete

From Joomla! Documentation

Jump to: navigation, search

[Edit Descripton]

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


Personal tools