Uses of Interface
org.neo4j.cypherdsl.core.executables.ExecutableResultStatement
Packages that use ExecutableResultStatement
Package
Description
Provides an optional integration with the Neo4j Java driver and Project Reactor / Reactive streams.
-
Uses of ExecutableResultStatement in org.neo4j.cypherdsl.core.executables
Methods in org.neo4j.cypherdsl.core.executables that return ExecutableResultStatementModifier and TypeMethodDescriptionstatic ExecutableResultStatementExecutableStatement.makeExecutable(ResultStatement statement) Creates an executable result statement based on the given statementstatic ExecutableResultStatementExecutableStatement.of(ResultStatement statement) Creates an executable result statement based on the given statement