ForUpdate

PostgreSQL clause that locks the rows retrieved as though for update.

Constructors

Link copied to clipboard
constructor(mode: ForUpdateOption.PostgreSQL.MODE? = null, vararg ofTables: Table)

Properties

Link copied to clipboard
override val querySuffix: String