Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.ExposesExistentialSubqueryCall
Packages that use StatementBuilder.ExposesExistentialSubqueryCall
-
Uses of StatementBuilder.ExposesExistentialSubqueryCall in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.ExposesExistentialSubqueryCall in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceSubqueries can be valid without any further return statement (i.e when the subquery is a void (unit) one, meaning it doesn't yield or return its results.static interfaceA match that exposesreturningandwheremethods to add required information.static interfaceA match that has a non-emptywhere-part.