DaoMaster¶
-
public class
DaoMasterextends AbstractDaoMaster¶ Master of DAO (schema version 5): knows all DAOs.
Methods¶
createAllTables¶
-
public static void
createAllTables(SQLiteDatabase db, boolean ifNotExists)¶ Creates underlying database table using DAOs.
dropAllTables¶
-
public static void
dropAllTables(SQLiteDatabase db, boolean ifExists)¶ Drops underlying database table using DAOs.
newSession¶
-
public DaoSession
newSession()¶
newSession¶
-
public DaoSession
newSession(IdentityScopeType type)¶