updateJtxObjectRows

fun updateJtxObjectRows(values: ContentValues, where: String?, whereArgs: Array<String>?): Int

Updates jtx object rows in this collection.

Adds a WHERE clause that restricts the query to JtxContract.JtxICalObject.ICALOBJECT_COLLECTIONID = id.

Return

number of updated rows

Parameters

values

values to update

where

selection

whereArgs

arguments for selection

Throws

when the content provider returns an error