See Also

Quality Center Database

See Also Quality Center Database

COMPONENT_FOLDER Table

Description

Business Process Component Folders.

Columns

  Column Name Description Datatype Length Allow
Nulls
Primary Key  FC_ID The record ID. Integer 4  
  FC_FATHER_ID The FC_ID of the folder containing this folder. The initial folders created automatically with a new project have an FC_FATHER_ID of 0.  Integer 4  
  FC_PATH The folders at the top level are ordered from AAA to ZZZ. Child folders' paths are the parent path with three more characters appended, so that children of the same node are ordered among themselves. The child paths are {parent path}AAA to {parent path}ZZZ. VarChar 255
  FC_NAME The folder name. VarChar 255
  FC_DESC The folder description. LongVarChar 16
  FC_LOGICAL_PATH For future use. VarChar 255
  FC_VER_STAMP Increments each time the record is changed. Integer 4

Indexes

Index Primary Unique
FC_FATHER_NAME_IDX  
FC_PATH_IDX  
FW_FC_PRIMARYKEY

See Also

Quality Center Database



Copyright 2002-2007 Mercury Interactive Corporation.

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