Touchstone 2022 Database Reference
tFilter Table
AIRProject Database : tFilter Table
Description
Stores information about exposure view filters, such as filter code and entered date.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows2
Data Space Used8.00 KB
Index Space Used24.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the filter record.int4   
 

Code that represents the filter type.

For a complete list of codes, see tFilterType Table.

varchar10   
 Name of the filter.varchar255  
 Date and time when the filter was created.datetime4 
(getutcdate())
 
 Date and time when the filter was last modified.datetime4 
(getutcdate())
 
 Used for version stamping.timestamp8   
 Indicates whether the entire commercial contract is part of the exposure view.
  • 1 = Yes (include)
  • 0 = No (do not include)
bit1
((0))
 
 SQL representation of the filter conditions.varchar16  
 XML string that defines the filter conditions. Used internally by Touchstone.xml0  
Objects that depend on tFilter
 Database ObjectObject TypeDescriptionDep Level
tAnalysisFilterXRef tabletAnalysisFilterXRefTableSystem reference table used to the identify the filters associated with each analysis.1
tExposureViewFilterXRef tabletExposureViewFilterXRefTableSystem reference table used to identify the exposure view filters.1
See Also

Related Objects

AIRProject Database