Uses of Interface
org.neo4j.cypherdsl.core.executables.ExecutableResultStatement
-
Packages that use ExecutableResultStatement Package Description org.neo4j.cypherdsl.core.executables 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 ExecutableResultStatement Modifier and Type Method Description static 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
-