abstract class StockAppDatabase : RoomDatabase
The Room database with all its Daos.
<init> |
The Room database with all its Daos. StockAppDatabase() |
accountDao |
The database's Balance, DepotQuotePurchase and DepotValue Dao. abstract val accountDao: AccountDao |
achievementDao |
The database's Achievement Dao. abstract val achievementDao: AchievementsDao |
historicalDao |
The database's HistoricalPrice Dao. abstract val historicalDao: HistoricalPriceDao |
newsDao |
abstract val newsDao: NewsDao |
quoteDao |
abstract val quoteDao: QuoteDao |
stockbrotDao |
The database's StockbrotQuote Dao. abstract val stockbrotDao: StockbrotDao |
symbolDao |
abstract val symbolDao: SymbolDao |
transactionDao |
The database's Transaction Dao. abstract val transactionDao: TransactionDao |