SQLiteDatabase.rawQueryWithFactory has one parameter editTablethat I really don't understand. I looked at the source and found out that it would probably be good to use findEditTables( tableName )as the value (because this value is used when calling queryWithFactory), and how it findEditTableswill just get the first table from this string list, I assume that I just pass one of the table names which I am requesting as the parameter will work fine.
However, this still does not help me understand what the parameter is used for, so if you know it would be nice if you could explain :)
poke source
share