Represents domain information. An index for object_of is created.
Attribute Name |
Data Type |
Description |
---|---|---|
object_of |
object |
Attribute that refers to the domain, which can be a method parameter or domain |
data_type |
INTEGER |
Data type of the domain (a value in the "Value" column of the "Data Types Supported by CUBRID" table in _db_attribute) |
prec |
INTEGER |
Precision of the data type. 0 is used if the precision is not specified. |
scale |
INTEGER |
Scale of the data type. 0 is used if the scale is not specified. |
class_of |
_db_class |
Domain class if the data type is an object, NULL otherwise. |
code_set |
INTEGER |
Character set (value of table "character sets supported by CUBRID" in _db_attribute) if it is character data type. 0 otherwise. |
set_domains |
SEQUENCE OF _db_domain |
Domain information about the data type of collection element if it is collection data type. NULL otherwise. |