Local Data Source
single source of data for local database contract.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun getEducationByResumeId(resumeId: Int): List<Education>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun insertOrUpdateEducations(resumeId: Int, educations: List<Education>): Int?
Content copied to clipboard
Link copied to clipboard
abstract suspend fun insertOrUpdateProjects(resumeId: Int, projects: List<Project>): Int?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun insertOrUpdateSkills(resumeId: Int, skills: List<Skill>): Int?
Content copied to clipboard
Link copied to clipboard
abstract suspend fun insertOrUpdateWorks(resumeId: Int, works: List<Work>): Int?
Content copied to clipboard