Uses of Interface
org.neo4j.cypherdsl.core.ExposesCall.ExposesYield
-
Packages that use ExposesCall.ExposesYield Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ExposesCall.ExposesYield in org.neo4j.cypherdsl.core
Subinterfaces of ExposesCall.ExposesYield in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceProcedureCall.OngoingInQueryCallWithArgumentsThe union of an in-query call exposing yields.static interfaceProcedureCall.OngoingInQueryCallWithoutArgumentsThe union of an in-query call exposing new arguments and yields.static interfaceProcedureCall.OngoingStandaloneCallWithArgumentsThe union of a buildable statement and call exposing yields.static interfaceProcedureCall.OngoingStandaloneCallWithoutArgumentsThe union of a buildable statement and call exposing new arguments and yields.
-