Package org.neo4j.cypherdsl.core
Class ProcedureCall
- java.lang.Object
-
- org.neo4j.cypherdsl.core.ProcedureCall
-
public final class ProcedureCall extends java.lang.Object implements Statement
See StandaloneCall.- Since:
- 2020.0.1
- Author:
- Michael J. Simons
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classProcedureCall.Builderstatic 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.OngoingInQueryCallWithReturnFieldsAn in-query call exposing where and return clauses.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.static interfaceProcedureCall.OngoingStandaloneCallWithReturnFieldsA buildable statement exposing where and return clauses.protected static classProcedureCall.StandaloneCallBuilder-
Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.Statement
Statement.RegularQuery, Statement.SingleQuery
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)
-