Пример #1
0
 // Opens interface to database.
 public void open() throws SQLException {
   database = dbHelper.getWritableDatabase();
 }