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 name | Field specification | Comment / Explanation |
---|---|---|
idinuse | varchar(32) | Primary key |
type | varchar(32) | Type of the entry which specifies the object to lock |
objectid | varchar(32) | Foreign key to the primary key of the locked object |
session | varchar(32) | Session ID of the lock entry |
userid | varchar(32) | Foreign key to table user |
timestamp | int(11) | Timestamp of insertion |
Generic DB information
ItemCollection | Item |
---|---|
cApiInuseCollection | cApiInuse |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.