< Previous PageNext Page > Hide TOC

Deprecated NSPersistentStoreCoordinator Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.5

metadataForPersistentStoreWithURL:error:

Returns a dictionary that contains the metadata stored in the persistent store at the specified location. (Deprecated in Mac OS X v10.5. Use metadataForPersistentStoreOfType:URL:error: instead.)

+ (NSDictionary *)metadataForPersistentStoreWithURL:(NSURL *)url error:(NSError **)error

Parameters
url

An URL object that specifies the location of a persistent store.

error

If no store is found at url or if there is a problem accessing its contents, upon return contains an instance of NSError that describes the problem.

Return Value

A dictionary containing the metadata for the persistent store at url. If no store is found, or there is a problem accessing its contents, returns nil.

The keys guaranteed to be in this dictionary are NSStoreTypeKey and NSStoreUUIDKey.

Discussion

This method allows you to access the metadata in a persistent store without initializing a Core Data stack.

Availability
See Also
Related Sample Code
Declared In
NSPersistentStoreCoordinator.h

< Previous PageNext Page > Hide TOC


© 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-03-11)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.