Touchstone Re 2022 Database Reference
tUnitConversion Table
AIRReference Database : tUnitConversion Table
Description

Stores the ratio needed to convert from one distance measurement unit type to another, such as feet to meters.

Properties
Creation Date2/7/2012 9:28 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows4
Data Space Used8.00 KB
Index Space Used40.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code that represents the pre-conversion unit type for the distance.

For a complete list of codes, see tUnit Table.

varchar10   
Primary Key 

Code that represents the post-conversion unit type.

For a complete list of codes, see tUnit Table.

varchar10   
 

Value used to convert the base unit to meters.

numeric9 (20,15)   
Objects that tUnitConversion depends on
 Database ObjectObject TypeDescriptionDep Level
tUnit tabletUnitTableStores the supported units of measure.1
See Also

Related Objects

AIRReference Database