Touchstone Re 2022 Database Reference
tGlobalZone Table
AIRGlobalSetting Database : tGlobalZone Table
Description

Stores the zones that comprise the zone sets available in the application instance.

Properties
Creation Date4/4/2022 3:03 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the zone.int4   
 

Unique system-generated sequential identifier for the zone set that includes the zone.

For a complete list of records, see tGlobalZoneSet Table.

int4   
 Name of the zone.varchar255  
 

Code that indicates whether you can use the zone to run an aggregate loss, detailed loss, or geospatial analysis.

  • None = 0
  • Aggregate Loss = 1
  • Detailed Loss = 2
  • Geospatial = 4

A zone may be compatible with multiple analysis types.

Touchstone Re applies a bitwise inclusive OR operator (|) to generate the code. For example, if a zone is compatible with both Aggregate Loss and Detailed Loss analyses, Touchstone Re evaluates 1 | 2, and generates a code of 3.

int4  
Objects that depend on tGlobalZone
 Database ObjectObject TypeDescriptionDep Level
tGlobalZoneGeographyXRef tabletGlobalZoneGeographyXRefTableSystem reference table that stores the geography sequential identifiers (SIDs) that correspond to each zone.2
Objects that tGlobalZone depends on
 Database ObjectObject TypeDescriptionDep Level
tGlobalZoneSet tabletGlobalZoneSetTableStores the zone sets available in the application instance.2
See Also

Related Objects

AIRGlobalSetting Database