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