public class MessengerDatabaseHelper
extends android.database.sqlite.SQLiteOpenHelper
| Modifier and Type | Field and Description |
|---|---|
static String |
DATABASE_NAME |
static Integer |
DATABASE_VERSION |
| Constructor and Description |
|---|
MessengerDatabaseHelper(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(android.database.sqlite.SQLiteDatabase db) |
void |
onUpgrade(android.database.sqlite.SQLiteDatabase db,
int oldVersion,
int newVersion) |
public static final String DATABASE_NAME
public static final Integer DATABASE_VERSION
public MessengerDatabaseHelper(android.content.Context context)
public void onCreate(android.database.sqlite.SQLiteDatabase db)
onCreate in class android.database.sqlite.SQLiteOpenHelperpublic void onUpgrade(android.database.sqlite.SQLiteDatabase db,
int oldVersion,
int newVersion)
onUpgrade in class android.database.sqlite.SQLiteOpenHelperCopyright © 2019. All rights reserved.