ALM Project Database Reference
td.LIBRARY_USED_BY Table
Description
Links to importers of Libraries.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key LIBUSD_IDThe record ID.int4   
 LIBUSD_LIB_IDThe LIBRARIES.LIB_ID of this library.int4   
 LIBUSD_CFR_BASELINE_IDThe BASELINES.BL_ID of the baseline from which this library was created.int4   
 LIBUSD_USED_BY_PROJECT_UIDThe unique ID of the project that uses this library.varchar36  
 LIBUSD_USED_BY_LIB_ORIGNAMEThe name of the library from which this library was exported.varchar255  
 LIBUSD_USED_BY_LIB_IDThe LIBRARIES.LIB_ID of a library that uses this library.int4  
 LIBUSD_USED_BY_LAST_SYNC_DATEThe most recent date that this library was synchronized with the library that uses it.datetime4  
 LIBUSD_USED_BY_IMPORTING_USERThe user name of the user who imported this library.varchar60   
 LIBUSD_USED_BY_IMPORT_DATEThe date that this library was imported.datetime4   
Indexes
IndexDescriptionPrimaryUnique
LIBPRT_USED_BY_IDX  
LIBUSD_PRIMARYKEY 
See Also