Interface StatementBuilder.ExposesExistentialSubqueryCall

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @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.
    • Method Detail

      • 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