ForUpdateOption

sealed class ForUpdateOption

Clauses that perform a locking read at row-level for SELECT statements.

Samples

org.jetbrains.exposed.sql.tests.postgresql.PostgresqlTests.testForUpdateOptionsSyntax

Inheritors

Types

Link copied to clipboard

Common clause that locks the rows retrieved by a SELECT statement against concurrent updates.

Link copied to clipboard
object MariaDB
Link copied to clipboard
object MySQL
Link copied to clipboard
object Oracle
Link copied to clipboard
object PostgreSQL

Properties

Link copied to clipboard