Folders for release records.
Column Name | Description | Datatype | Length | Allow Nulls |
|
---|---|---|---|---|---|
![]() |
RF_ID | The record ID. | Integer | 4 | |
RF_PARENT_ID | The RF_ID of the containing folder. The root folder's parent ID is -1. | Integer | 4 | ||
RF_NAME | The folder name. | VarChar | 255 | ||
RF_VER_STAMP | The record version. | Integer | 4 | ![]() |
|
RF_DESCRIPTION | The description of the folder. | LongVarChar | 16 | ![]() |
|
RF_HAS_ATTACHMENTS | A value of Y indicates that the folder has attachments. | VarChar | 1 | ![]() |
|
RF_PATH | A value from AAA to ZZZ appended to the path of the parent folder. For example, the path of the third child of the root folder is AAAAAC. | VarChar | 255 | ||
RF_USER_01 | User defined field. | VarChar | 40 | ![]() |
Index | Primary | Unique |
---|---|---|
RF_PATH_IDX | ![]() |
|
RF_PRIMARYKEY | ![]() |
![]() |
RF_UNIQUE_NAME_IDX | ![]() |
Copyright 2002-2007 Mercury Interactive Corporation. |
|
Documentation comments or suggestions? Please send feedback to SW-Doc@hp.com |