Each row of the ST_UNITS_OF_MEASURE system view describes a unit of measure defined in the database. This view offers more information than the SYSUNITOFMEASURE system view.
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. |
description | LONG VARCHAR | Description for the unit of measure. |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |