ForUpdateBase
abstract class ForUpdateBase(querySuffix: String, mode: ForUpdateOption.PostgreSQL.MODE? = null, ofTables: Table) : ForUpdateOption
Inheritors
Constructors
Link copied to clipboard
constructor(querySuffix: String, mode: ForUpdateOption.PostgreSQL.MODE? = null, vararg ofTables: Table)