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

Stores information about the catalogs that contain custom, user-defined events.

For more information about the AIR-provided catalogs, see tCatalog Table.

Properties
Creation Date4/4/2022 3:02 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 record of the catalog containing custom, user-defined event footprints.

For a complete list of records, see tCatalog Table.

int4   
Primary Key Identifier for the custom, user-defined event.int4   
 Name of the custom, user-defined event.varchar1000   
 Street address where the event occurred.varchar255  
 

City where the event occurred.

varchar255  
 

ISO 2-character code for the country in which the location resides. 

For a complete list of codes, see tCountry Table.

varchar15 
('')
 
 

CRESTA code for the location, when applicable. If CRESTA is not applicable for this country,use the AreaCode column.

For a complete list of codes, see tGeography Table.

varchar15 
('')
 
 

Area code for where the event occurred.

For a complete list of codes, see tGeography Table.

varchar15   
 

Subarea code for where the event occurred.

For a complete list of codes, see tGeography Table.

varchar15 
('')
 
 

Postal code for where the event occurred.

For a complete list of codes, see tGeography Table.

varchar15  
 Latitude coordinate for where the event occurred.  Values will be positive for locations north of the equator and negative south of the equator.numeric9 (9,6)   
 Longitude coordinate for where the event occurred.  Values will be negative for locations west of the prime meridian up to the international date line. They will be positive for locations east of the prime meridian.numeric9 (9,6)   
 

Code that represents the weapon type used during the user-defined terrorism event.

For a complete list of codes, see tEventFilterTerrorismWeaponType Table.

varchar10  
 Name of the weapon type used in the terrorism event.varchar40  
 Number of stories in the building where the event occurred.smallint2  
 

Unique system-generated sequential identifier for the landmark record that was affected by the user-defined event.

For a complete list of records, see TblProminentLandmarks Table.

int4  
 Name of the landmark.varchar255  
Objects that tCatalogDetail depends on
 Database ObjectObject TypeDescriptionDep Level
tCatalog tabletCatalogTable

Stores information about the catalogs available in Touchstone. 

Information regarding catalogs that contain custom, user-defined event footprints is available in tCatalogDetail Table.

1
See Also

Related Objects

AIRUserSetting Database