Interface ExposesWhere

    • Method Detail

      • where

        StatementBuilder.OngoingReadingWithWhere where​(Condition condition)
        Adds a where clause to this fragement.
        Parameters:
        condition - The new condition, must not be null
        Returns:
        A match or call restricted by a where clause with no return items yet.
      • where

        default StatementBuilder.OngoingReadingWithWhere where​(RelationshipPattern pathPattern)
        Adds a where clause based on a path pattern to this match. See Using path patterns in WHERE.
        Parameters:
        pathPattern - The path pattern to add to the where clause. This path pattern must not be null and must not introduce new variables not available in the match.
        Returns:
        A match or a call restricted by a where clause with no return items yet.
        Since:
        1.0.1