usd_contfold

This table stores the container groups. A container group is used to group container objects (usd_cont).

Column Name Column Datatype Column Null Option Column Comment
objectid byte(16) not null Primary key, it is a uuid.
version integer not null Version number is used to maintain cache and an optimistic transaction policy
creation_user nvarchar(255) with null Used to store the identifier of the entity creator. The string must be a URI of a valid ca_discovered_user entity.
qtask byte(16) not null Used to be used for queries.
aux byte(16) not null Refers to an auxiliary object
aux2 byte(16) not null Refers to a secondary auxiliary object
type integer not null This is the group type.
attributes byte(4) not null This is the group attribute.
name nvarchar(129) not null This is the name of the container group.
comment nvarchar(255) not null This is the comment of a container group.
credate integer not null Creation date of the container group.
cretime integer not null Creation time of the container group.
chdate integer not null Change date of the container group.
chtime integer not null Change time of the container group.
propflag integer not null This is the group property flag.
qcalendar nvarchar(129) not null Used to be used for queries.
qevalrate integer not null Used to be used for queries.
qnextevaldate integer not null Used to be used for queries.
qnextevaltime integer not null Used to be used for queries.
qevaldate integer not null Used to be used for queries.
qevaltime integer not null Used to be used for queries.
qtemplfold byte(16) not null Used to be used for queries.
qtype integer not null Used to be used for queries.
state integer not null This is the group state.
seal integer not null This is the group seal state.
var integer not null This is a generic group variable
auxtext0 nvarchar(128) with null This is an auxiliary text object, not used in this table.
auxtext1 nvarchar(128) with null This is an auxiliary text object, not used in this table.
auxtext2 nvarchar(128) with null This is an auxiliary text object, not used in this table.
auxtext3 nvarchar(128) with null This is an auxiliary text object, not used in this table.
queryid byte(16) with null Used to be used for queries.

Product Name: Unicenter Desktop and Server Management

Table Type: Table

Relationships:

Primary Key Related Table Related Column
objectid usd_link_contfold cfold_parent
objectid usd_link_contfold cfold_child
objectid usd_link_cfold_cont contfold


Copyright © 2006 CA. All rights reserved.