Uses of Interface
org.neo4j.cypherdsl.core.ExposesMatch
-
Packages that use ExposesMatch Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ExposesMatch in org.neo4j.cypherdsl.core
Subinterfaces of ExposesMatch in org.neo4j.cypherdsl.core Modifier and Type Interface Description interfaceStatementBuilderstatic interfaceStatementBuilder.OngoingReadingAndWithRepresents a reading statement ending in a with clause, potentially already having an order and not exposing order methods.static interfaceStatementBuilder.OngoingReadingAndWithWithSkipThe union type of an ongoing reading with a WITH and a SKIP clause.static interfaceStatementBuilder.OngoingReadingAndWithWithWhereAndOrderCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceStatementBuilder.OngoingReadingWithoutWhereA match that exposesreturningandwheremethods to add required information.static interfaceStatementBuilder.OngoingReadingWithWhereA match that has a non-emptywhere-part.static interfaceStatementBuilder.OrderableOngoingReadingAndWithstatic interfaceStatementBuilder.OrderableOngoingReadingAndWithWithoutWhereA match that knows what to pipe to the next part of a multi part query.static interfaceStatementBuilder.OrderableOngoingReadingAndWithWithWhere
-