update

suspend fun <Data : Any> DatabaseClient<*>.update(table: Table, where: BuildWhere? = null, limit: Int? = null, data: Data, dataUpdateMapper: DataUpdateMapper<Data>): Int(source)

In most cases you should specify the fields to update in a more detailed way instead of using this function.