SQLite
 sql >> Baza danych >  >> RDS >> SQLite

Aktywność i dostęp usług w tle do bazy danych SQLite

Ten Kevin to legenda:http://touchlabblog.tumblr.com/post/24474750219/single-sqlite-connection. Dziękuję bardzo.

Pod tym linkiem dzieli się swoim absurdalnie prostym rozwiązaniem:

public class DatabaseHelper extends OrmLiteSqliteOpenHelper {
private static DatabaseHelper instance;

    public static synchronized DatabaseHelper getHelper(Context context)
    {
        if (instance == null)
            instance = new DatabaseHelper(context);

        return instance;
    }
    //Other stuff... 
} 

Następnie w mojej klasie SQLite zmieniłem kod, aby wyglądał tak:

public BlacklistWordDataSource(Context context) {
    dbHelper = MySQLiteHelper.getHelper(context);
}


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Jak działa funkcja Date() w SQLite

  2. 3 sposoby na wygenerowanie skryptu CREATE TABLE z istniejącej tabeli w SQLite

  3. Klucz podstawowy SQLite

  4. Utwórz tabelę za pomocą datownika

  5. Ograniczenia SQLite CHECK