Local Repository
contract for repository pattern for local database
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 getEducationsByResumeId(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