Skip to content

Instance Property

exclusiveSelectLockExpression

A serialization for SQLLockingClause.update.
var exclusiveSelectLockExpression: (any SQLExpression)? { get }

Discussion

Represents a request for an exclusive “writer” lock on rows retrieved by a SELECT query. A nil value signals that the dialect doesn’t support exclusive locking requests, in which case the locking clause is silently ignored.

Defaults to nil.

Default Implementations

SQLDialect Implementations

See Also

Syntax Indicators