SQLite Cursor never has fields in it
问题 I am trying to retrieve fields from a table in a SQLite database. I've verified that the data is in the table by using the sqlite3 command and running the query which I got out of the Cursor using the debugger against the database referenced inside my "database" object. Here is my code: openForRead(); Cursor cursor = database.query(DATABASE_TABLE, null, // All columns null, null, null, null, "((" + latitude + " - " + KEY_LAT + ") * (" + latitude + " - " + KEY_LAT + ") + ( " + longitude + " -