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 |
ErrorStatus | integer | Contains the error number if an error occurs when you explicitly set the FileHandle attribute, or fetch or update the object from the database (R) | Defined |
FileHandle | varchar(256) | Identifies an external text file from which OpenROAD loads the contents into the Value attribute of the LongVcharObject (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 |
Length | integer | Specifies the length of the string (R) | Defined |
Value | varchar(2000) | Is a varchar representation of the LongVcharObject (RW) | Defined |