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

Stores information about the Data Quality rules set templates that are available in Touchstone. 

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

Unique system-generated sequential identifier for the rule set record.

int4   
 

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

int4   
 

Code for the rule set type.

For a complete list of codes, see tDQRuleSetType Table.

int4   
 

Name of the rule set.

varchar255  
 Source of the rule set (client's name).varchar255  
 Name of the person who created the rule set.varchar255  
 Date and time when the rule set was created.datetime4  
 Name of the person who last modified the rule set.varchar255  
 Date and time when the rule set was last modified.datetime4  
 

Indicates whether the rule set is available for use

  • 1 = Yes (enabled)
  • 0 = No (disabled)
bit1  
 Any user-provided notes and/or descriptions.varchar4000  
Objects that depend on tDQRuleSetTemplate
 Database ObjectObject TypeDescriptionDep Level
tDQDefaultRuleSetTemplate tabletDQDefaultRuleSetTemplateTableA reference table used to identify the Data Quality analysis rule sets.1
tDQRuleSetTemplateRuleSubTypeSelected tabletDQRuleSetTemplateRuleSubTypeSelectedTable

Stores information about the rule sub-types that are available in Touchstone.

1
tDQRuleTemplate tabletDQRuleTemplateTable

Stores information about the Data Quality rules that are available in Touchstone. 

1
See Also

Related Objects

AIRUserSetting Database