Interface StatementBuilder.ExposesExistentialSubqueryCall

All Known Subinterfaces:
ExposesSubqueryCall.BuildableSubquery, StatementBuilder.OngoingReadingWithoutWhere, StatementBuilder.OngoingReadingWithWhere
Enclosing interface:
StatementBuilder

public static interface StatementBuilder.ExposesExistentialSubqueryCall
A shared marker interface for things that can be turned into a subquery to be used inside the WHERE clause.
Since:
2020.1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Condition
    This can be used against a 4.x database to turn this ongoing match statement into a condition to be used in an existential subquery.
  • Method Details

    • asCondition

      @Neo4jVersion(minimum="4.0.0") @NotNull @Contract(pure=true) @NotNull Condition asCondition()
      This can be used against a 4.x database to turn this ongoing match statement into a condition to be used in an existential subquery.
      Returns:
      An existential subquery.
      Neo4j version required
      4.0.0