MySQL
object MySQL
Types
Link copied to clipboard
open class ForShare(mode: ForUpdateOption.MySQL.MODE? = null, ofTables: Table) : ForUpdateOption.ForUpdateBase
MySQL clause that acquires a shared lock for each row retrieved.
Link copied to clipboard
class ForUpdate(mode: ForUpdateOption.MySQL.MODE? = null, ofTables: Table) : ForUpdateOption.ForUpdateBase
MySQL clause that locks the rows retrieved as though for update.
Link copied to clipboard
This MySQL clause is equivalent to ForShare but exists for backward compatibility.
Link copied to clipboard
Optional modes that determine what should happen if the retrieved rows are not immediately available.