在程式運行時,可以通過呼叫Room.databaseBuilder() 或Room.inMemoryDatabaseBuilder()來獲取Database 實體。 2.Entity: 表示為資料庫中的資料表。 3.DAO: 包含用於訪問 ...
確定! 回上一頁