Touchstone 2022 Database Reference
tExposureView Table
AIRProject Database : tExposureView Table
Description
Stores information regarding exposures views.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows1
Data Space Used8.00 KB
Index Space Used24.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the exposure view record.int4   
 Unique user-defined name of the exposure view.varchar255   
 User-provided description of the exposure view.varchar4000  
 User that created the exposure view.varchar255  
 

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

For a complete list of codes, see tStatus Table.

varchar10 
('A')
 
 Date and time when the exposure view was created.datetime4 
(getutcdate())
 
 Date and time when the exposure view was last modified.datetime4 
(getutcdate())
 
 Used for version stamping.timestamp8   
Objects that depend on tExposureView
 Database ObjectObject TypeDescriptionDep Level
tExposureViewDefinition tabletExposureViewDefinitionTableStores information about the exposure sets that are part of the exposure view optionally with a filter.1
tExposureViewFilterXRef tabletExposureViewFilterXRefTableSystem reference table used to identify the exposure view filters.1
tProjectExposureViewXref tabletProjectExposureViewXrefTableSystem reference table used to identify the relationship between the project and exposure views.1
Objects that tExposureView depends on
 Database ObjectObject TypeDescriptionDep Level
tProject tabletProjectTableStores information about each project, for example, the project name and status code.2
tProjectExposureViewXref tabletProjectExposureViewXrefTableSystem reference table used to identify the relationship between the project and exposure views.1
See Also

Related Objects

AIRProject Database