app / de.uniks.codliners.stock_simulator.database / NewsDao

NewsDao

interface NewsDao

Dao that manages News in the database.

Author
Jonas Thelemann

Functions

deleteNews

Deletes everything from the "news" table.

abstract fun deleteNews(): Unit

insertAll

Inserts all given news articles into the "news" table.

abstract fun insertAll(vararg news: News): Unit