| Package | Description |
|---|---|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.admin |
A collection of interfaces offering more behaviour on Graql objects.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteQuery |
MatchQuery.delete(Collection<? extends VarPattern> deleters) |
DeleteQuery |
MatchQuery.delete(String... names) |
DeleteQuery |
MatchQuery.delete(VarPattern... deleters) |
DeleteQuery |
DeleteQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeleteQueryAdmin
Admin class for inspecting and manipulating a DeleteQuery
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.