Previous Table of Contents Next


6.3.15 SQLDistinctType


   A datatype defined as a Distinct Type, per [SQL] standard.

   Superclasses

   SQLDataTypeTypeAlias

   Attributes

   length

The length of fixed length character or byte strings. Maximum length if length is variable.

type:

multiplicity:

Integer
zero or one

   precision

The total number of digits in the field.

type:

multiplicity:

Integer
zero or one

   scale

The number of digits on the right of the decimal separator.

type:

multiplicity:

Integer
zero or one

   References

   sqlSimpleType

The SQLSimpleType used to define the SQLDstinctType.

class:

definedBy:

multiplicity:

SQLSimpleType
SQLDistinctTypeWithSQLSimpleType
exactly one