#import <ZODBStorage.h>
Public Member Functions | |
| (id) | - initWithServer:andPort: |
| (id) | - initWithPath: |
| (NSObject *) | - rootObject |
| (NSObject *) | - objectWithPath: |
| - (id) initWithServer: | (NSString *) | server | ||
| andPort: | (int) | port | ||
Initializes a newly allocated ZODBStorage object using given server address and port.
| - (id) initWithPath: | (NSString *) | path |
Initializes a newly allocated ZODBStorage object using given path.
| - (NSObject *) rootObject |
Returns the root object.
| - (NSObject *) objectWithPath: | (NSString *) | path |
Traverses given path and returns the result. Returns nil, if the given path is not traversable.
1.5.4