Uses of Interface
org.neo4j.cypherdsl.core.ResultStatement
-
Packages that use ResultStatement Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.executables 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 ResultStatement Modifier and Type Method Description @NotNull StatementBuilder.BuildableStatement<ResultStatement>StatementBuilder.TerminalExposesLimit. limit(java.lang.Number number)Limits the number of returned records.@NotNull StatementBuilder.BuildableStatement<ResultStatement>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 ResultStatement Modifier and Type Method Description static ExecutableResultStatementExecutableStatement. makeExecutable(ResultStatement statement)Creates an executable result statement based on the given statementstatic ReactiveExecutableResultStatementReactiveExecutableStatement. 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 statementstatic ReactiveExecutableResultStatementReactiveExecutableStatement. of(ResultStatement statement)Creates an executable result statement based on the given statement
-