- uri
- The URI to query. This can potentially have a record ID if this is an update request for a specific record.
- values
- A set of column_name/value pairs to update in the database. This must not be null.
- selection
- An optional filter to match rows to update.
- selectionArgs
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Implementation is provided by the parent class. Throws by default, and cannot be overriden.