org.android.activityminer.provider
Class PredictionsProvider.DatabaseHelper
java.lang.Object
android.database.sqlite.SQLiteOpenHelper
org.android.activityminer.provider.PredictionsProvider.DatabaseHelper
- Enclosing class:
- PredictionsProvider
private class PredictionsProvider.DatabaseHelper
- extends SQLiteOpenHelper
The internal SQLite helper class
Field Summary |
private static int |
DB_VERSION
The database version |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DB_VERSION
private static final int DB_VERSION
- The database version
- See Also:
- Constant Field Values
PredictionsProvider.DatabaseHelper
PredictionsProvider.DatabaseHelper(Context context)
- Constructor
- Parameters:
context
- the context
onCreate
public final void onCreate(SQLiteDatabase db)
- Specified by:
onCreate
in class SQLiteOpenHelper
onUpgrade
public final void onUpgrade(SQLiteDatabase db,
int oldVersion,
int newVersion)
- Specified by:
onUpgrade
in class SQLiteOpenHelper