Each row of the SYSUNITOFMEASURE system view describes a unit of measure defined in the database. The underlying table for the SYSUNITOFMEASURE system view is the ISYSUNITOFMEASURE system table.
Column name | Data type | Description |
---|---|---|
object_id | UNSIGNED BIGINT | For system use only. |
owner | UNSIGNED INT | The owner of the unit of measure. |
unit_name | CHAR(128) |
The name of the unit of measure. |
unit_type | CHAR(7) | Angular or linear. |
conversion_factor | DOUBLE | The conversion factor for the unit of measure. |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |