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