| User's Guide: Small Ada 95 Object Database; Version 0.1.0; Document Revision $Revision: 1.9 $ | ||
|---|---|---|
| Prev | Chapter 28. OOS.Types | Next |
function "<" ( Left, Right : in Object_ID ) return Boolean ; function ">" ( Left, Right : in Object_ID ) return Boolean ; function Image( Value : in Object_ID ) return String; subtype Rootname_Type is String( 1..128 ); Null_Rootname : constant Rootname_Type := ( others=>' '); end OOS.Types;