Uses of Interface
org.neo4j.cypherdsl.core.executables.ExecutableStatement
-
Packages that use ExecutableStatement Package Description org.neo4j.cypherdsl.core.executables 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.executables Modifier and Type Interface Description interfaceExecutableResultStatementThis interface extendsExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results.interfaceReactiveExecutableResultStatementThis interface extendsReactiveExecutableStatementand adds severalfetchWithXXXmethods that can be used with anyResultStatementto retrieve their results in a reactive fashion.interfaceReactiveExecutableStatementThis is an extended version of theExecutableStatement, spotting an additionalReactiveExecutableStatement.executeWith(RxQueryRunner)that runs a statement in a reactive fashion.Methods in org.neo4j.cypherdsl.core.executables that return ExecutableStatement Modifier and Type Method Description static ExecutableStatementExecutableStatement. makeExecutable(Statement statement)Creates an executable statement based on the given statementstatic ExecutableStatementExecutableStatement. of(Statement statement)Creates an executable statement based on the given statement
-