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

Stores information about the catalogs available in Touchstone. 

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

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows548
Data Space Used80.00 KB
Index Space Used80.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the catalog record.

int4   
 

Unique system-generated sequential identifier for the business unit.

int4   
 

Code that represents the catalog type.

For a complete list of codes, see tCatalogType Table.

varchar10   
 Name of the catalog.varchar255   
 Version number of the catalog.varchar20   
 

Code that represents the model in Touchstone.

For a complete list of codes, see tModel Table.

smallint2   
 Version number of the model.varchar20   
 Maximum number of years in the catalog.int4   
 

Total number of simulated years in the catalog.

Note that "year" in this context represent simulation years only and do not represent an actual date

int4   
 Maximum number of simulated events in the catalog.int4   
 Total number of simulated events in the catalog.int4   
 Formatted name of the catalog.varchar255  
 Date and time when the catalog was created.date8 
(getutcdate())
 
 Date and time when the catalog was last modified.date8 
(getutcdate())
 
 

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

For a complete list of codes, see dbo.tStatus Table.

varchar10 
('A')
 
 

Indicates whether the catalog includes the current or previous version of the AIR model.

  • 1 = Yes (previous version)
  • 0 = No (current version)
bit1 
((0))
 
Objects that depend on tCatalog
 Database ObjectObject TypeDescriptionDep Level
tCatalogDetail tabletCatalogDetailTable

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

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

1
tEventSetCatalogXref tabletEventSetCatalogXrefTableSystem reference table used to identify the events sets that are associated with specific catalogs.1
See Also

Related Objects

AIRUserSetting Database