find Jtx Object Row
fun findJtxObjectRow(projection: Array<String>?, where: String?, whereArgs: Array<String>?): ContentValues?
Gets the first jtx object row (without sub-rows) that matches the given query.
Adds a WHERE clause that restricts the query to JtxContract.JtxICalObject.ICALOBJECT_COLLECTIONID = id.
Return
first matching jtx object row as ContentValues, or null if none found
Parameters
projection
requested fields
where
selection
where Args
arguments for selection
Throws
when the content provider returns an error