Attribute | Data Type | Description | Inherited From |
---|---|---|---|
ClassName | varchar(32) | Gives the name of an object's actual type (as opposed to its declared type) (R) | Object |
ClientData | Object | Provides a way to associate data with an object (RW) | Object |
Description | StringObject | Provides a description of the values this value definition defines (RW) | Defined |
Definition | StringObject | Specifies the values that this value definition defines, specified as keyword: expression (RW) | Defined |
InstanceIdentifier | integer8 | Contains a value that uniquely identifies an instance of an allocated object (R) | Object |
InstanceReferences | integer | Contains the current number of references to the object (R) | Object |
Keyword | varchar(256) | Specifies the keyword used to identify this set of values. Keywords must be prefixed by "TVS_", and be valid Ingres names. (RW) | Defined |
Label | varchar(256) | Specifies the identifying display string to show to the developer. For example, TVS_GE1 (defining a range of values greater than or equal to 1) might have a label "1 to *". (RW) | Defined |
Type | varchar(32) | Specifies the working data type of the values (RW) | Defined |