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 |
FileEncoding | integer | Specifies what encoding format to use when reading a file with specified encoding format by setting the FileHandle attribute or writing a LongVcharObject using the WriteToFile method (RW) | Defined |
FileHandle | varchar(256) | Identifies an external binary file from which OpenROAD loads the contents into the Value attribute of the LongByteObject (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 binary string (R) | Defined |
Value | Varchar | Is a varchars representation of the LongByteObject (RW) | Defined |