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 |
DataType | varchar(32) | Stores the data type of the value returned by the method (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 |
IsArray | smallint | Is TRUE if the method is an Array type (RW) | Defined |
IsNullable | smallint | Is TRUE if the method's return value is nullable (RW) | Defined |
IsPrivate | smallint | Is TRUE if a method is encapsulated (RW) | Defined |
Name | varchar(32) | Stores the method's name (RW) | Defined |
TaggedValues | array of TaggedValue | Defines an array of tagged values (RW) | Defined |