Previous Topic: FileClassNext Topic: WgnGroupRelation


WgnGroup

The WgnGroup table holds information relating to CA DataMinder Groups. The relationships between groups is maintained in a separate table (see the WgnPolicyRelation table).

Column

Primary Key

Datatype

Length

Notes

GroupIDM

Part-key used to uniquely identify a group within the installation.

Yes

INTEGER

4

 

GroupID

Part-key used to uniquely identify a group within the installation.

Yes

INTEGER

4

 

GroupName

The group name.

 

VARCHAR

64

Group names do not need to be unique, provided that they have different parent groups.

PolicyIDM

Part key identifying the group's policy document.

 

INTEGER

4

FK -> WgnPolicy

PolicyID

Part key identifying the group's policy document.

 

INTEGER

4

FK -> WgnPolicy

DeletedFlag

Indicate whether the group has been deleted.

 

BIT

1

 

GroupCreateTime

 

TIMESTAMP

8