How do I use the String[] selectionArgs in SQLiteDatabase.query()? I wish I could just set it to null, as I have no use for it. I am just trying to load an entire unsorted table from a database into a Cursor. Any suggestions on how to achieve this?
How do I use the String[] selectionArgs in SQLiteDatabase.query() ? I wish I could
Share
selectionArgs replace any question marks in the selection string.
for example:
as for your question – you can use null