iterate Jtx Object Rows
fun iterateJtxObjectRows(projection: Array<String>?, where: String?, whereArgs: Array<String>?, body: (ContentValues) -> Unit)
Iterates jtx object rows (without sub-rows) from this collection.
Adds a WHERE clause that restricts the query to JtxContract.JtxICalObject.ICALOBJECT_COLLECTIONID = id.
Parameters
projection
requested fields
where
selection
where Args
arguments for selection
body
callback that is called for each main row
Throws
when the content provider returns an error