public interface DbUpdate
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdate(android.database.sqlite.SQLiteDatabase db,
int oldVersion,
int newVersion)
Implement the specific db update in this method.
|
void onUpdate(android.database.sqlite.SQLiteDatabase db,
int oldVersion,
int newVersion)
SQLiteOpenHelper.onUpgrade(SQLiteDatabase, int, int) method.db - Open database connectionoldVersion - old version migrating fromnewVersion - new version migrating toCopyright © 2015 arconsis IT-Solutions GmbH. All Rights Reserved.