Class WeatherWarnings.NotificationListDbHelper

  • Enclosing class:
    WeatherWarnings

    public static class WeatherWarnings.NotificationListDbHelper
    extends SQLiteOpenHelper
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotificationListDbHelper

        public NotificationListDbHelper​(Context context)
    • Method Detail

      • onCreate

        public void onCreate​(SQLiteDatabase sqLiteDatabase)
      • onUpgrade

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