Interface | Description |
---|---|
ProcedureTransaction |
ProcedureTransaction allows to mark a transaction for termination, this will make it so that it can not commit.
|
TerminationGuard |
TerminationGuard allows a long running procedure to check at regular intervals if the surrounding executing
query has been terminated by the user or a database administrator or was timed out for some other reason.
|
Enum | Description |
---|---|
Mode |
The procedure mode affects how the procedure will execute, and which capabilities
it requires.
|
Annotation Type | Description |
---|---|
Context |
This marks a field in a class with
Procedure methods as part of the context the procedure is invoked in. |
Description |
A procedure can optionally be annotated with a
@Description("a description") . |
Name |
This defines the name of an input argument for a procedure.
|
PerformsWrites | Deprecated |
Procedure |
Declares a method as a Procedure, meaning the method can be called from the
cypher query language.
|
UserAggregationFunction |
Declares a method as an aggregation function, meaning the method can be called from the
cypher query language.
|
UserAggregationResult |
Declares a method as the result method of an aggregation.
|
UserAggregationUpdate |
Declares a method as the update method of an aggregation.
|
UserFunction |
Declares a method as a Function, meaning the method can be called from the
cypher query language.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.