commonMain.com.bselzer.gw2.v2.db.operation.IntlDeleteExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of v2-intl-kodein-db-jvm Show documentation
Show all versions of v2-intl-kodein-db-jvm Show documentation
Kodein-DB extensions for v2-intl.
package com.bselzer.gw2.v2.db.operation
import com.bselzer.gw2.v2.intl.model.Translation
import com.bselzer.ktx.db.operation.clear
import com.bselzer.ktx.db.transaction.Transaction
/**
* Clears the [Translation] models.
*/
fun Transaction.clearTranslation() {
clear()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy