//c is a Cursor variable if (c != null) { if (c.moveToFirst()) { do { ... } while (c.moveToNext()); } }