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