Touchstone 2022 Database Reference
tZone Table
AIRUserSetting Database : tZone Table
Description

Stores information about both the AIR-provided and user-created zones for geospatial analyses.

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

Unique system-generated sequential identifier for the business unit record.

int4   
 Name of the zone.varchar255   
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4   
 Damage ratio (percent) associated with the zone.real4  
 

Code that represents the zone definition type.

For a complete list of codes, see tZoneDefinitionType Table.

varchar10   
 SQL representation of the user-selected geography filter.varchar16  
 

XML string that defines the geography filter. Used internally by Touchstone.

xml0  
 Description of the zone.varchar4000  
Objects that depend on tZone
 Database ObjectObject TypeDescriptionDep Level
tZoneDefinition tabletZoneDefinitionTable

Stores information about the AIR-provided zones for geospatial analyses.

For information about the AIR-provided zones, see tZone Table.

For information about user-defined zones for other analyses, see tGlobalZone Table.

1
tZoneSetZoneXref tabletZoneSetZoneXrefTableSystem reference table that stores the zones that correspond to each AIR-provided zone set.1
See Also

Related Objects

AIRUserSetting Database