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 |
TACTIC |
|
3 |
ID |
4 |
INTEGER |
Unique identifier |
|
4 |
ORG_ID |
4 |
INTEGER |
Original object identifier |
|
5 |
NAME |
32 |
VARCHAR |
Name of the tactic |
|
6 |
SEQ |
2 |
SMALLINT |
Sequence within tactic. Use ORDER_BY_SEQ to return tactics in the same order as the specific toolset. |
|
7 |
PRIORITY |
4 |
INTEGER |
Priority The range of possible values is 0 for low to 9 for high. |
|
8 |
PARENT_ |
4 |
INTEGER |
ID of the parent tactic. Join with TACTIC. Zero for root tactic (will be used in a future release). |
|
Copyright © 2013 CA.
All rights reserved.
|
|