ForUpdate
class ForUpdate(mode: ForUpdateOption.PostgreSQL.MODE? = null, ofTables: Table) : ForUpdateOption.PostgreSQL.ForUpdateBase
PostgreSQL clause that locks the rows retrieved as though for update.
PostgreSQL clause that locks the rows retrieved as though for update.