public void close() { dbHelper.close(); }
public void open() throws SQLiteException { database = dbHelper.getWritableDatabase(); }