public interface SQLiteUpdateTask
SQLite schema upgrade to version currentVersion from currentVersion-1. When you create an update task, you just to specify currentVersion, because the previuos version is the same minus 1.
| Modifier and Type | Method and Description |
|---|---|
void |
execute(android.database.sqlite.SQLiteDatabase database)
method to execute to launch build update from previous version to current version
|
Copyright © 2018. All rights reserved.