ForUpdateBase
abstract class ForUpdateBase(querySuffix: String, mode: ForUpdateOption.ForUpdateOrShareMode? = null, ofTables: Table) : ForUpdateOption
Common class since this is being used by at least two DBs
Inheritors
Constructors
Link copied to clipboard
constructor(querySuffix: String, mode: ForUpdateOption.ForUpdateOrShareMode? = null, vararg ofTables: Table)