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-Queryused to filter rows; must not be null.- Returns:
- new instance of
ExecutableUpdateOperation.TerminatingUpdate. - Throws:
IllegalArgumentException- ifQueryis null.- See Also:
-