protected static class DownloadsDB.DownloadsContentDBHelper
extends android.database.sqlite.SQLiteOpenHelper
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(android.database.sqlite.SQLiteDatabase paramSQLiteDatabase)
Goes through all of the tables in sTables and creates a database with
the corresponding schema described in sSchemas.
|
void |
onUpgrade(android.database.sqlite.SQLiteDatabase paramSQLiteDatabase,
int paramInt1,
int paramInt2) |
public void onCreate(android.database.sqlite.SQLiteDatabase paramSQLiteDatabase)
onCreate in class android.database.sqlite.SQLiteOpenHelperpublic void onUpgrade(android.database.sqlite.SQLiteDatabase paramSQLiteDatabase,
int paramInt1,
int paramInt2)
onUpgrade in class android.database.sqlite.SQLiteOpenHelperCopyright © 2012–2014 simpligility technologies inc.. All rights reserved.