Uses of Interface
org.neo4j.cypherdsl.core.SubqueryExpressionBuilder
Packages that use SubqueryExpressionBuilder
-
Uses of SubqueryExpressionBuilder in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return SubqueryExpressionBuilderModifier and TypeMethodDescriptionstatic SubqueryExpressionBuilderCypher.subqueryWith(String... identifiableElements) Start building a new sub-query expression by importing variables into the scope with a WITH clause.static SubqueryExpressionBuilderCypher.subqueryWith(IdentifiableElement... identifiableElements) Start building a new sub-query expression by importing variables into the scope with a WITH clause.