app / de.uniks.codliners.stock_simulator.database / AchievementsDao / getAchievementByName

getAchievementByName

abstract fun getAchievementByName(name: Int): Achievement?

Returns the Achievement with the matching name.

Parameters

name - The Achievement name used in this query.

Return
The Achievement with this id or null if no such quote exists.