executeSingleOrNoUpdate

suspend fun executeSingleOrNoUpdate(statement: Statement<Int>): Boolean(source)

Return

whether exactly one row is updated; false if no row is updated; throws SingleUpdateException if more than one row is updated.