ZODBData Class Reference

#import <ZODBData.h>

Inheritance diagram for ZODBData:

< ZODBData > ZODBMutableData

List of all members.

Public Member Functions

(id) - initWithContentsOfURL:

Static Public Member Functions

(ZODBData *) + data
(id) + dataWithContentsOfURL:

Protected Attributes

id zodb
NSString * objectPath


Detailed Description

The ZODBData interface provides an API for persistent data objects stored in a Zope Object Database.

Member Function Documentation

+ (ZODBData *) data  

Creates and return an empty ZODBData object.

+ (id) dataWithContentsOfURL: (NSURL *)  url  

Returns a data object containing the data from the location specified by a given URL.

Parameters:
url NSURL The URL from which to read data.

- (id) initWithContentsOfURL: (NSURL *)  url  

Initializes a newly allocated ZODBData object using the keys and values found at a given URL.

Parameters:
url NSURL The URL from which to read data.


Member Data Documentation

- (id) zodb [protected]

The zodbstorage::ZODBStorage instance.

- (NSString *) objectPath [protected]

Absolute path to the object stored in the ZODB.


The documentation for this class was generated from the following files:
Generated on Mon Feb 4 23:26:16 2008 for ZODBData Framework by  doxygen 1.5.4