Interface ExecutableUpdateOperation.UpdateWithQuery
- All Known Subinterfaces:
ExecutableUpdateOperation.ExecutableUpdate
- Enclosing interface:
- ExecutableUpdateOperation
public static interface ExecutableUpdateOperation.UpdateWithQuery
Filtering (optional).
-
Method Summary
-
Method Details
-
matching
Filter rows with the givenQuery
.- Parameters:
query
-Query
used to filter rows; must not be null.- Returns:
- new instance of
ExecutableUpdateOperation.TerminatingUpdate
. - Throws:
IllegalArgumentException
- ifQuery
is null.- See Also:
-