Previous Topic: STORAGE_GROUPNext Topic: SUBJECT_AREA


STRATEGY

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

STRATEGY

3

ID

4

INTEGER

Unique identifier

4

ORG_ID

4

INTEGER

Original object identifier

5

NAME

32

VARCHAR

Name of the strategy

6

SEQ

2

SMALLINT

Sequence within strategy.

Use ORDER_BY_SEQ to return strategies 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_STRAT_
ID

4

INTEGER

ID of the parent strategy.

Join with STRATEGY.

Zero for root strategy (will be used in a future release).