Uses of Interface
org.neo4j.cypherdsl.core.Statement.UnionQuery
Packages that use Statement.UnionQuery
-
Uses of Statement.UnionQuery in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Statement.UnionQueryModifier and TypeMethodDescriptionstatic @NotNull Statement.UnionQueryCypher.union(Collection<Statement> statements) Creates aUNIONstatement from several other statements.static @NotNull Statement.UnionQueryCreates aUNIONstatement from several other statements.Methods in org.neo4j.cypherdsl.core with parameters of type Statement.UnionQueryModifier and TypeMethodDescriptionstatic @NotNull CountExpressionCypher.count(Statement.UnionQuery union) Creates a COUNT with an inner UNION sub-query.@NotNull CountExpressionSubqueryExpressionBuilder.count(Statement.UnionQuery union) Creates a COUNT with an inner UNION sub-query.