app / de.uniks.codliners.stock_simulator.database

Package de.uniks.codliners.stock_simulator.database

Types

AccountDao

Dao that manages account entities in the database.

interface AccountDao

AchievementsDao

Dao that manages Achievements in the database

interface AchievementsDao

Converters

Converter functions for object types that are not natively supported by SQLite

class Converters

HistoricalPriceDao

Dao that manages HistoricalPrices in the database

interface HistoricalPriceDao

NewsDao

Dao that manages News in the database.

interface NewsDao

QuoteDao

Dao that manages Symbols in the database.

interface QuoteDao

StockAppDatabase

The Room database with all its Daos.

abstract class StockAppDatabase : RoomDatabase

StockbrotDao

Dao that manages StockbrotQuotes in the database

interface StockbrotDao

SymbolDao

Dao that manages Symbols in the database.

interface SymbolDao

TransactionDao

Dao that manages Transactions in the database.

interface TransactionDao

Functions

getDatabase

Creates or returns this app's StockAppDatabase.

fun getDatabase(context: Context): StockAppDatabase