See Also

Quality Center Database

See Also Quality Center Database

REPOSITORY Table

Description

Storage for database simulation of file system.

Remarks

This table stores attachments, test scripts, and other files. Storage in this table is an alternative to storage on the application server's file system. 

Columns

  Column Name Description Datatype Length Allow
Nulls
Primary Key  RP_ID The record ID. Integer 4  
  RP_PARENT_PATH The path of the parent directory in the simulated file system hierarchy. VarChar 255  
  RP_NAME The name of the file or directory. VarChar 255  
  RP_PATH_ID For a directory, the path identifier.

For a file, always 0.

Integer 4  
  RP_NEXT_CHILD_PATH_ID The path identifier (RP_PATH_ID) to allocate the next time a directory is created. Integer 4  
  RP_CREATED_TIME Database server time stamp for item creation. DBTimeStamp 4  
  RP_MODIFIED_TIME Database server time stamp for most recent modification. DBTimeStamp 4  
  RP_IS_READONLY If Y, the item cannot be modified. VarChar 1  
  RP_DATA For files, the file data.

For directories, NULL.

LongVarBinary 2147483647

Indexes

Index Primary Unique
RP_IX_PATH  
RP_PATH_CONSTR  
RP_PRIMARYKEY

See Also

Quality Center Database



Copyright 2002-2007 Mercury Interactive Corporation.

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