get Jtx Object Row
fun getJtxObjectRow(id: Long, projection: Array<String>? = null, where: String? = null, whereArgs: Array<String>? = null): ContentValues?
Gets the main row of a specific jtx object, identified by its ID, from this collection.
Return
jtx object main row (or null if not found)
Parameters
id
jtx object ID
projection
requested fields
where
optional additional selection
where Args
arguments for additional selection
Throws
when the content provider returns an error