Package 

Class AttachmentsDatabase.AttachmentsDbHelper

    • Method Summary

      Modifier and Type Method Description
      void onCreate(SQLiteDatabase db)
      void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion)
      void onDowngrade(SQLiteDatabase db, int oldVersion, int newVersion)
      • Methods inherited from class android.database.sqlite.SQLiteOpenHelper

        close, getDatabaseName, getReadableDatabase, getWritableDatabase, onConfigure, onCreate, onDowngrade, onOpen, onUpgrade, setIdleConnectionTimeout, setLookasideConfig, setOpenParams, setWriteAheadLoggingEnabled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait