insertIgnoreSingle
suspend fun <T : Table> DatabaseClient<*>.insertIgnoreSingle(table: T, body: T.(InsertStatement<Number>) -> Unit): Boolean(source)
Deprecated
Use `insertIgnore`
Replace with
this.insertIgnore<T>(table, body)
Content copied to clipboard