Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Usage

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

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.

  • No labels