db9010 / com.jovial.db9010 / SelectQuery / set

set

operator fun <T> set(c: TableColumn<in T>, value: T): Unit

Update the column c with a new value. The update is written to the database with update. The query must have been marked as FOR UPDATE with Builder.forUpdate