Touchstone Re 2022 Database Reference
tExposureSet Table
AIRProject Database : tExposureSet Table
Description
Stores exposure set information from each exposure database on the server.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows1
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the exposure set.int4   
Primary Key Unique system-generated sequential identifier for the data source  record that stores the project data.int4   
 Unique user-defined name of the exposure set.varchar300  
 

System-provided status code for the record in the table.

For a complete list of codes, see tStatus Table.

varchar10   
 Date and time when the exposure set was created.datetime4 
('getutcdate()')
 
 Date and time when the exposure set was last modified.datetime4 
('getutcdate()')
 
Objects that depend on tExposureSet
 Database ObjectObject TypeDescriptionDep Level
tActivity tabletActivityTable

Stores information about each activity, including the unique sequential identifiers for analyses and activities.

You can use the information in the table to find analysis results.

1
tActivityOutput tabletActivityOutputTable

Stores the identifier, status, and the file path for the output of each activity.

An activity can include one or more tasks. Consequently, an activity output is a logical grouping of one or more task outputs.

2
tActivityOutputDetail tabletActivityOutputDetailTable

Stores information about the task outputs of each activity output.

The application writes to the table during each task.

3
tAggregateAnalysisParticipationOption tabletAggregateAnalysisParticipationOptionTableStores information about the participation option specified for each loss analysis.2
tAggregateAnalysisTerrorismOption tabletAggregateAnalysisTerrorismOptionTableStores information about the terrorism option specified for each loss analysis.1
tAggregateLossAnalysisOption tabletAggregateLossAnalysisOptionTableStores information about the options specified for each loss analysis.1
tAggregateLossAnalysisOutputOption tabletAggregateLossAnalysisOutputOptionTableStores information about the output options specified for each loss analysis.2
tAggregateLossAnalysisZoneSetXref tabletAggregateLossAnalysisZoneSetXrefTableSystem reference table that identifies the zone sets associated with each loss analysis.2
tAnalysis tabletAnalysisTableStores information about each analysis.1
tAnalysisTargetXref tabletAnalysisTargetXrefTable

System reference table used to the identify the target of each analysis.

2
tLossAnalysisCustomFrequencySetXref tabletLossAnalysisCustomFrequencySetXrefTableStores the loss analysis information associated with the custom frequency set.3
tLossAnalysisOption tabletLossAnalysisOptionTable

Stores some of the options used during aggregate loss analyses. Touchstone Re stores additional options in tAggregateLossAnalysisOption Table.

Columns that do not apply to Touchstone Re have values of null.

2
See Also

Related Objects

AIRProject Database