Interface MutateWherePath

All Superinterfaces:
MutateLimitPath, Path, ReturningPath, Statement
All Known Subinterfaces:
DeleteUsePath, InitialUpdateUnsetPath, UpdateSetOrUnsetPath, UpdateSetPath, UpdateUnsetPath, UpdateUsePath
All Known Implementing Classes:
DefaultDeleteUsePath, DefaultInitialUpdateUnsetPath, DefaultMutateWherePath, DefaultUpdateSetOrUnsetPath, DefaultUpdateSetPath, DefaultUpdateUnsetPath, DefaultUpdateUsePath

public interface MutateWherePath
extends MutateLimitPath
  • Method Details

    • where

      MutateLimitPath where​(Expression expression)
      Filter resulting rows based on the given expression.
      Parameters:
      expression - the filter expression.
      Returns:
      the next possible steps.
    • where

      MutateLimitPath where​(String expression)