Class WeatherWarnings.NotificationListDbHelper
- java.lang.Object
-
- SQLiteOpenHelper
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherWarnings.NotificationListDbHelper
-
- Enclosing class:
- WeatherWarnings
public static class WeatherWarnings.NotificationListDbHelper extends SQLiteOpenHelper
-
-
Constructor Summary
Constructors Constructor Description NotificationListDbHelper(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCreate(SQLiteDatabase sqLiteDatabase)
void
onUpgrade(SQLiteDatabase sqLiteDatabase, int i, int i1)
-