| User's Guide: A Framework for Object Persistency for GNAT; Version 0.6.1; Document Revision $Revision: 1.17 $ | ||
|---|---|---|
| Prev | Chapter 9. ODB.Abstract_Object_Writer | Next |
procedure Write(
This : in out Object;
Name : in String;
Header : in Storage_Header.Object;
OData : in Stream_Element_Array ) is abstract;
Write the named object into the storage media. The name of the object will be used later to retrieve the object from the underlying storage media.
Postconditions:
None Exceptions: None Notes:
procedure Destroy(
This : in out Object ) is abstract;
Preconditions:
Exceptions:
procedure Path(
This : in out Object;
Value : in String ) is abstract;
Return the class of the object
Postconditions:
Exceptions:
Notes: