Class WeatherWarnings.NotificationListDbHelper

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

    Modifier and Type
    Method
    Description
    void
    onCreate(SQLiteDatabase sqLiteDatabase)
     
    void
    onUpgrade(SQLiteDatabase sqLiteDatabase, int i, int i1)
     
  • Constructor Details

    • NotificationListDbHelper

      public NotificationListDbHelper(Context context)
  • Method Details

    • onCreate

      public void onCreate(SQLiteDatabase sqLiteDatabase)
    • onUpgrade

      public void onUpgrade(SQLiteDatabase sqLiteDatabase, int i, int i1)