Uses of Interface
org.neo4j.cypherdsl.core.ResultStatement
Packages that use ResultStatement
Package
Description
Contains an internal DSL for creating Cypher.
Provides an optional integration with the Neo4j Java driver and Project Reactor / Reactive streams.
-
Uses of ResultStatement in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return types with arguments of type ResultStatementModifier and TypeMethodDescriptionLimits the number of returned records.StatementBuilder.TerminalExposesLimit.limit(Expression expression) Limits the number of returned records. -
Uses of ResultStatement in org.neo4j.cypherdsl.core.executables
Methods in org.neo4j.cypherdsl.core.executables with parameters of type ResultStatementModifier and TypeMethodDescriptionstatic ExecutableResultStatementExecutableStatement.makeExecutable(ResultStatement statement) Creates an executable result statement based on the given statementReactiveExecutableStatement.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 statementReactiveExecutableStatement.of(ResultStatement statement) Creates an executable result statement based on the given statement