Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
Packages that use StatementBuilder.BuildableStatement
-
Uses of StatementBuilder.BuildableStatement in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.BuildableStatement in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceSubqueries can be valid without any further return statement (i.e when the subquery is a void (unit) one, meaning it doesn't yield or return its results.static interfaceA buildable ongoing MATCH and UPDATE.static interfaceAn interface combining a buildable MATCH and UPDATE with the possibility to add actions after a MERGE clause.static interfaceCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceAn ongoing update statement that can be used to chain more updating statements, define actions on a merge or add a with or return clause.static interfaceA match that knows what to return and which is ready to be build.static interfaceThe union of a buildable statement and call exposing yields.static interfaceThe union of a buildable statement and call exposing new arguments and yields.static interfaceA buildable statement exposing where and return clauses.static interfaceAn ongoing update statement that can be used to chain more update statements or add a with or return clause.static interfaceA step that exposes theStatementBuilder.TerminalExposesLimit.limit(Number)method.static interfaceAn intermediate step while defining the order of a result set.Methods in org.neo4j.cypherdsl.core that return StatementBuilder.BuildableStatementModifier and TypeMethodDescriptionLimits the number of returned records.StatementBuilder.TerminalExposesLimit.limit(Expression expression) Limits the number of returned records.