This section describes the dss_template_info table.

dss_template_info

This table stores information about scenario templates.

Column

Data Type

Constraint

id

VARCHAR(25)

NOT NULL

(primary key)

The unique identifier of this scenario template.

template_name

WVARCHAR(255)

NULL

The user-specified name for the template.

modification_time

NUMERIC(19)

NULL

The time when the template was last modified.

creation_time

NUMERIC(19)

NULL

The time when the template was originally created.

author

VARCHAR(25)

NULL

The login name of the person who created the template.

last_modified_by

VARCHAR(25)

NULL

The login name of the person who last edited the template.

sdl

LONG VARBINARY

NULL

The scenario definition file that represents this template.

 
loading table of contents...