public interface InsertQuery extends Query<Void>, Streamable<Concept>
A InsertQuery can be built from a QueryBuilder or a MatchQuery.
When built from a QueryBuilder, the insert query will execute once, inserting all the variables provided.
When built from a MatchQuery, the insert query will execute for each result of the MatchQuery,
where variable names in the InsertQuery are bound to the concept in the result of the MatchQuery.
| Modifier and Type | Method and Description |
|---|---|
InsertQueryAdmin |
admin() |
InsertQuery |
withGraph(MindmapsGraph graph) |
execute, isReadOnly, resultsStringiterator, parallelStream, streamforEach, spliteratorInsertQuery withGraph(MindmapsGraph graph)
InsertQueryAdmin admin()
Copyright © 2016. All rights reserved.