Classification
Name |
DbObject
|
Short Description |
Represents the MCDDbObject object of a MVCI system
|
Class |
-
|
Base Data Type |
Complex Data Type
|
Default Value |
Empty
|
Provide a Literal |
No
|
SpecifiedBy |
ISO 13209-3
|
Standard Compliant |
Yes
|
Description
DbObject is the common interface for all data base objects. It defines the basic functionality available for all data base objects.
Core Conversion
The following table shows the rules for conversion to another data type:
Conversion |
Result |
Sample
|
ToBoolean |
Undefined (should not be used) |
|
ToInteger |
Undefined (should not be used) |
|
ToFloat |
Undefined (should not be used) |
|
ToString |
Returns the the ShortName of the related MCDDbObject. |
String s = ToString(DbObjectVariable); // Returns the MCDDbObject name
|
ToByteField |
Undefined (should not be used) |
|