Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.ExposesExistentialSubqueryCall
-
Packages that use StatementBuilder.ExposesExistentialSubqueryCall Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.ExposesExistentialSubqueryCall in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.ExposesExistentialSubqueryCall in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceExposesSubqueryCall.BuildableSubquerySubqueries 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 interfaceStatementBuilder.OngoingReadingWithoutWhereA match that exposesreturningandwheremethods to add required information.static interfaceStatementBuilder.OngoingReadingWithWhereA match that has a non-emptywhere-part.
-