Uses of Interface
org.neo4j.cypherdsl.core.ProcedureCall.OngoingStandaloneCallWithoutArguments
-
Packages that use ProcedureCall.OngoingStandaloneCallWithoutArguments Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ProcedureCall.OngoingStandaloneCallWithoutArguments in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return ProcedureCall.OngoingStandaloneCallWithoutArguments Modifier and Type Method Description static ProcedureCall.OngoingStandaloneCallWithoutArgumentsCypher. call(java.lang.String procedureName)Starts defining a procedure call of the procedure with the given procedureName.static ProcedureCall.OngoingStandaloneCallWithoutArgumentsCypher. call(java.lang.String... namespaceAndProcedure)Starts defining a procedure call of the procedure with the given qualified name.static ProcedureCall.OngoingStandaloneCallWithoutArgumentsStatement. call(java.lang.String... namespaceAndProcedure)
-