Uses of Interface
org.neo4j.cypherdsl.core.executables.ExecutableStatement
Packages that use ExecutableStatement
Package
Description
Provides an optional integration with the Neo4j Java driver and Project Reactor / Reactive streams.
-
Uses of ExecutableStatement in org.neo4j.cypherdsl.core.executables
Subinterfaces of ExecutableStatement in org.neo4j.cypherdsl.core.executablesModifier and TypeInterfaceDescriptioninterfaceThis interface extendsExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results.interfaceThis interface extendsReactiveExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results in a reactive fashion.interfaceThis is an extended version of theExecutableStatement, spotting an additionalReactiveExecutableStatement.executeWith(ReactiveQueryRunner)that runs a statement in a reactive fashion.Methods in org.neo4j.cypherdsl.core.executables that return ExecutableStatementModifier and TypeMethodDescriptionstatic ExecutableStatementExecutableStatement.makeExecutable(Statement statement) Creates an executable statement based on the given statementstatic ExecutableStatementCreates an executable statement based on the given statement