deleteDuplicates: Delete all duplicate statements

Description Usage Arguments Value Examples

Description

Remove duplicate triples from the repository

Usage

1

Arguments

repository

Object of type repository specifying server details and repository to work on.

mode

A string (default: spog)

commit

Commit defaults to true if the connection has autocommit mode on.

Value

An ag delete object that states whether delete was successful or not (invisible)

Examples

1
2
3
4
5
6
## Not run: 
service = createService("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
deleteDuplicates(rep)

## End(Not run)

baasman/allegRo documentation built on May 11, 2019, 5:22 p.m.