Database table inuse

Usage

The table inuse contains the so called "inuse" entries to lock an object while someone else is changing it. 

Inuse is a systemwide ressource.

Table structure

Field nameField specificationComment / Explanation
idinusevarchar(32)Primary key
typevarchar(32)Type of the entry which specifies the object to lock
objectidvarchar(32)Foreign key to the primary key of the locked object
sessionvarchar(32)Session ID of the lock entry
useridvarchar(32)Foreign key to table user
timestampint(11)Timestamp of insertion

Generic DB information

ItemCollectionItem
cApiInuseCollectioncApiInuse

Previous changes of this table

This table was not changed since the final release of CONTENIDO 4.9.