@@ -373,37 +374,66 @@ public class sqlite_ops extends SQLiteOpenHelper{
db.close();
returnal;
}
publicArrayListfetch_slot_details(Stringslot){
ArrayListal=newArrayList();
SQLiteDatabasedb=this.getWritableDatabase();
Cursorcr=db.query("records",newString[]{"name","mobile","tkt_no","slot","vehicle","check_in","isempty"},"slot=? and isempty=?",newString[]{slot,"0"},null,null,null,null);