Skip to main content

Purpose

Contains information about locked objects. Diagram of relationships between lock tables

List of columns

Key

Name

Type

Required

Description

PK

Id

int

yes

Identifier of the lock.

 

LockType

int

yes

Lock type. Currently not in use, its value is set to 0.

Modified

timestamp

no

Modification counter for synchronization during parallel processing

ObjectType

int

yes

Locked object type. Possible values are listed in Object Type.

ObjectId

int

yes

Identifier of the locked object.

SessionId

int

yes

Identifier of the session during which the lock was created.