Previous Topic: TACTICNext Topic: TECHNICAL_DESIGN


TD_LIBRARY_USAGE

The following table details various column names along with their descriptions.

Col

Column Name

Len

Coltype

Description

1

MODEL_ID

4

INTEGER

ID of the containing model

2

TBNAME

16

CHAR

TD_LIBRARY_USAGE

3

ID

4

INTEGER

Unique Identifier

4

ORG_ID

4

INTEGER

Original object identifier

5

SEQ

2

SMALLINT

Sequence within technical design.

Use ORDER_BY_SEQ to return library usages in same order as specified.

6

LIB_TYPE

32

VARCHAR

Library type usage

7

LIBRARY_ID

4

INTEGER

ID of the library that implements the library usage.

Join with LIBRARY.

8

TECH_DESIGN_
ID

4

INTEGER

ID of the technical design that the library usage is for.

Join with TECHNICAL_DESIGN.