public class DbHelper extends SQLiteOpenHelper
DbHelper(Context context)
void
onCreate(SQLiteDatabase db)
onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DbHelper(Context context)
public void onCreate(SQLiteDatabase db)
public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion)