- 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 Summary
-
Method Details
-
where
Filter resulting rows based on the given expression.
- Parameters:
expression - the filter expression.
- Returns:
- the next possible steps.
-