| User's Guide: A Framework for Object Persistency for GNAT; Version 0.6.1; Document Revision $Revision: 1.17 $ | ||
|---|---|---|
| Prev | Chapter 21. ODB.Storage.Impl.File | Next |
procedure Pool_Path(
This : in out Object;
Value : String );
Set the pool path. This path will be used to locate the place where the object files are stored.
None
None
None
None
procedure Index_Path(
This : in out Object;
Value : String );
Preconditions:
None Postconditions: None Exceptions: None Notes: None
procedure Load(
This : in out Object;
Loader : in out Abstract_Object_Loader.Object'Class );
Preconditions:
None Postconditions: None Exceptions: None Notes: None
procedure Save(
This : in out Object;
Writer : in out Abstract_Object_Writer.Object'Class );
Preconditions:
None Postconditions: None Exceptions: None Notes: None
procedure Load(
This : in out Object ) ;
Preconditions:
None Postconditions: None Exceptions: None Notes: None
procedure Save(
This : in out Object ) ;
Preconditions:
None Postconditions: None Exceptions: None Notes: None