public static interface ExecutableUpdateOperation.UpdateWithQuery
Modifier and Type | Method and Description |
---|---|
ExecutableUpdateOperation.TerminatingUpdate |
matching(Query query)
Filter rows with the given
Query . |
ExecutableUpdateOperation.TerminatingUpdate matching(Query query)
Query
.query
- Query
used to filter rows; must not be null.ExecutableUpdateOperation.TerminatingUpdate
.IllegalArgumentException
- if Query
is null.ExecutableUpdateOperation.TerminatingUpdate
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.