Gdn_SQLDriver::getDelete PHP Метод

getDelete() публичный Метод

Returns a delete statement for the specified table and the supplied conditions.
public getDelete ( string $TableName, array $Wheres = [] )
$TableName string The name of the table to delete from.
$Wheres array An array of where conditions.
    public function getDelete($TableName, $Wheres = array())
    {
        trigger_error(errorMessage('The selected database engine does not perform the requested task.', $this->ClassName, 'GetDelete'), E_USER_ERROR);
    }