static @NotNull StatementBuilder.OngoingStandaloneCallWithoutArguments |
Cypher.call(java.lang.String procedureName) |
Starts defining a procedure call of the procedure with the given procedureName.
|
static @NotNull StatementBuilder.OngoingStandaloneCallWithoutArguments |
Cypher.call(java.lang.String... namespaceAndProcedure) |
Starts defining a procedure call of the procedure with the given qualified name.
|
static @NotNull StatementBuilder.OngoingStandaloneCallWithoutArguments |
Cypher.call(java.util.Collection<java.lang.String> namespaceAndProcedure) |
Starts defining a procedure call of the procedure with the given qualified name.
|
static @NotNull StatementBuilder.OngoingStandaloneCallWithoutArguments |
Statement.call(java.lang.String... namespaceAndProcedure) |
|