doclock

This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Holds active locks on DMS objects. One row per locked object. Populated by checkout jobs and removed by checkin / undo-checkout.

1. Columns

Name Type Length Description

object_id

int

ID of the locked object (references objectX.id / stammX.id / registerX.id).

object_type

int

Object-type ID — determines the target table.

user_id

int

ID of the locking user. References benutzer.id.

user_time

int

Timestamp of the lock (UNIX time).

info

int

Additional information (bitmask).

fileinfo

int

File information.

station

nvarchar

128

Station from which the lock was placed.

2. Usage by Server-API jobs