Touchstone 2022 Database Reference
tExposureViewDefinition Table
AIRProject Database : tExposureViewDefinition Table
Description
Stores information about the exposure sets that are part of the exposure view optionally with a filter.
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 Used56.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the system-defined exposure view definition record.int4   
 

Unique system-generated sequential identifier for the exposure view record.

For a complete list of records, see tExposureView Table.

int4   
 

Unique system-generated sequential identifier for the source record of the exposure set data.

For a complete list of records, see tDataSource Table.

int4   
 

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

For a complete list of records, see tExposureSet Table.

int4   
 Name of the exposure set.varchar255  
 User for version stamping.timestamp8   
Objects that tExposureViewDefinition depends on
 Database ObjectObject TypeDescriptionDep Level
tDataServer tabletDataServerTableStores information about each data server associated with the project, including the sequential identifier (SID), name, description, connection information, and default MDF and LDF paths for the server.2
tDataSource tabletDataSourceTable

Stores information about the databases registered with the application, for example, the exposure and results databases.

1
tExposureSet tabletExposureSetTableStores exposure set information from each exposure database on the server.2
tExposureView tabletExposureViewTableStores information regarding exposures views.1
tProject tabletProjectTableStores information about each project, for example, the project name and status code.3
tProjectExposureViewXref tabletProjectExposureViewXrefTableSystem reference table used to identify the relationship between the project and exposure views.2
See Also

Related Objects

AIRProject Database