See Also

Quality Center Database

See Also Quality Center Database

COMMON_SETTINGS Table

Description

User settings and third party data.

Remarks

This table is used by Quality Center to save user settings such as view filters from session to session.

It can also be used to implement data persistency by third party applications using the Open Test Architecture API or WorkFlow module scripts. This practice is recommended over use of external files unless the data to be saved is very large or too complex to be saved in a string.

The table is a two-level list of variables. The CSET_CATEGORY is the name of the list and can be any string. Each category can have any number of variables. The variable name is CSET_NAME.

The CSET_VALUE is the value of the variable. The format of the string is determined by the application using the variable.

Columns

  Column Name Description Datatype Length Allow
Nulls
Primary Key  CSET_CATEGORY The category name. VarChar 240  
Primary Key  CSET_NAME The setting name. VarChar 70  
Primary Key  CSET_OWNER The user name of the user to whom the setting or definition applies. VarChar 240  
  CSET_VALUE The value of the setting. LongVarChar 16
  CSET_IS_SYSTEM For future use. VarChar 1

Indexes

Index Primary Unique
CS_PRIMARYKEY

See Also

Quality Center Database



Copyright 2002-2007 Mercury Interactive Corporation.

Documentation comments or suggestions?
Please send feedback to SW-Doc@hp.com