Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingStandaloneCallWithReturnFields
-
Packages that use StatementBuilder.OngoingStandaloneCallWithReturnFields Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingStandaloneCallWithReturnFields in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingStandaloneCallWithReturnFields Modifier and Type Method Description StatementBuilder.OngoingStandaloneCallWithReturnFieldsStatementBuilder.ExposesYieldStar. yield(Asterisk asterisk)Mostly a helper method to indicate the overload asExposesCall.ExposesYielduses vargs for all overloads, and that would not work nicely without arguments on this one here.default StatementBuilder.OngoingStandaloneCallWithReturnFieldsStatementBuilder.ExposesYieldStar. yieldStar()Convenience method to yield all items of this standalon call.
-