Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingReadingWithoutWhere
- All Superinterfaces:
ExposesCall<StatementBuilder.OngoingInQueryCallWithoutArguments>,ExposesCreate,ExposesFinish,ExposesHints,ExposesMatch,ExposesMerge,ExposesReturning,ExposesSubqueryCall,ExposesUnwind,ExposesWhere<StatementBuilder.OngoingReadingWithWhere>,ExposesWith,StatementBuilder.ExposesDelete,StatementBuilder.ExposesExistentialSubqueryCall,StatementBuilder.ExposesForeach,StatementBuilder.ExposesSet,StatementBuilder.ExposesSetAndRemove,StatementBuilder.ExposesSetLabel<StatementBuilder.BuildableMatchAndUpdate>,StatementBuilder.ExposesUpdatingClause,StatementBuilder.OngoingReading
- All Known Subinterfaces:
ExposesSubqueryCall.BuildableSubquery
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.OngoingReadingWithoutWhere
extends StatementBuilder.OngoingReading, ExposesHints, ExposesWhere<StatementBuilder.OngoingReadingWithWhere>, ExposesMatch, StatementBuilder.ExposesExistentialSubqueryCall
A match that exposes
returning and where methods to add required information.
While the where clause is optional, a returning clause needs to be specified before the
statement can be built.- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.ExposesCall
ExposesCall.AsFunction, ExposesCall.ExposesWithArgs<T>, ExposesCall.ExposesYield<T>Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.ExposesSubqueryCall
ExposesSubqueryCall.BuildableSubquery -
Method Summary
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesCall
callMethods inherited from interface org.neo4j.cypherdsl.core.ExposesCreate
create, createMethods inherited from interface org.neo4j.cypherdsl.core.ExposesFinish
finishMethods inherited from interface org.neo4j.cypherdsl.core.ExposesHints
usingIndex, usingIndexSeek, usingJoinOn, usingJoinOn, usingScanMethods inherited from interface org.neo4j.cypherdsl.core.ExposesMatch
match, match, match, optionalMatch, optionalMatchMethods inherited from interface org.neo4j.cypherdsl.core.ExposesMerge
mergeMethods inherited from interface org.neo4j.cypherdsl.core.ExposesReturning
returning, returning, returning, returning, returningDistinct, returningDistinct, returningDistinct, returningDistinct, returningRawMethods inherited from interface org.neo4j.cypherdsl.core.ExposesSubqueryCall
call, call, call, callInTransactions, callInTransactions, callInTransactions, callInTransactions, callInTransactions, callInTransactions, callRawCypherMethods inherited from interface org.neo4j.cypherdsl.core.ExposesUnwind
unwind, unwind, unwindMethods inherited from interface org.neo4j.cypherdsl.core.ExposesWhere
where, whereMethods inherited from interface org.neo4j.cypherdsl.core.ExposesWith
with, with, with, withDistinct, withDistinct, withDistinctMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesDelete
delete, delete, delete, delete, detachDelete, detachDelete, detachDelete, detachDeleteMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesExistentialSubqueryCall
asConditionMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesForeach
foreachMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesSet
mutate, mutate, set, set, setMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesSetAndRemove
remove, remove, remove, removeMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesSetLabel
set, set